/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

9elements.com
| | codedrivendevelopment.com
2.4 parsecs away

Travel
| | [AI summary] A comprehensive guide explaining Test-Driven Development (TDD) for frontend engineers, covering the red/green/refactor methodology, test types (unit, integration, E2E), and setup tips using React and Jest.
| | nikoheikkila.fi
1.7 parsecs away

Travel
| | How can we improve the developer experience in writing tedious browser-based tests?
| | robertcooper.me
1.7 parsecs away

Travel
| | Some thoughts on why you may want to add end-to-end, integration, and unit tests to your web applications.
| | yehudakatz.com
7.9 parsecs away

Travel
| Ember's default test runner is unusual, and it's for a good reason. We believe that since your app runs in a browser, your tests should run in the browser. To debug a test, you should be able to pause the test and then directly inspect it using the dev tools. It's different, but in a good way!