How to plot test results to discover regressions
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
A guide on visualizing End-2-End test results using Bitbucket's API and Kotlin scripting to identify regressions and stability issues.
Exploring an alternative approach to mocking Spring Data repositories using Dynamic Proxies for in-memory testing implementations.
A guide on testing API calls in React components using React Testing Library and Jest, covering both success and failure scenarios.
A tutorial on setting up and using Vitest with React Testing Library for testing React components in a Vite project.
Kent C. Dodds announces EpicWeb.dev, a comprehensive web development learning platform with workshops, podcasts, and exercises.
The author completes the teacher checklist feature for a homeschool app, including end-to-end testing and writing unit tests.
Introduces the 'Code Review Pyramid' concept to prioritize important aspects like functionality and performance over style in code reviews.
A developer details creating a custom logging system in Lua to replace print statements and manage output during testing.
A developer explores the Lua ecosystem, detailing the challenges of yak shaving to set up a proper testing workflow with Busted and Vim.
A developer adds UX polish to a Django SaaS app, allowing users to quickly navigate between school years in their homeschool application.
Explains JEP 413 for Java 18, enabling executable, testable code snippets in JavaDoc from external files like test directories.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
The author argues that measurement and data analysis are undervalued but high-ROI activities, using the impact of Jepsen tests as a key example.
Announcing JfrUnit 1.0.0.Alpha1, a JUnit extension for asserting JDK Flight Recorder events in unit tests for JVM applications.
A guide on testing Spring Boot's @ConfigurationProperties with a custom builder for flexible and efficient configuration testing.
The article argues for eliminating problems at their root rather than just solving them, using examples from software and business.
A guide on testing React components that use React Query, covering network request mocking and testing strategies for async server state.
A developer fixes critical scheduling bugs in a Django app, addressing issues with task display and date calculations discovered during real-world testing.
A software engineer's personal review of 2020, covering work on frontend infrastructure and accessibility, side projects, blogging stats, and travel.
A developer completes the final form and tests for a Django app's user onboarding process in this coding tutorial episode.