Opening a new tab in Cypress
A guide to handling and testing links that open in new tabs within the Cypress testing framework, including workarounds and best practices.
A guide to handling and testing links that open in new tabs within the Cypress testing framework, including workarounds and best practices.
Announcing JUnit Pioneer 1.0, a JUnit 5 extension pack with annotations for testing system properties, locales, and more.
Learn to build a serverless API for validating email workflows using AWS SES, API Gateway, and DynamoDB to create unlimited test inboxes.
Exploring Cypress's experimental network stubbing feature (.route2/.intercept) for intercepting XHR and fetch requests in tests.
Explores advanced, undocumented features of the Cypress.io testing framework, including routing tricks, DOM aliasing, and custom logging.
A tutorial on using a JavaScript fake API with mock data to build a React frontend when a backend isn't available.
A developer shares their top VS Code extensions for improving productivity when writing and managing Cypress test suites.
A guide to testing machine learning code and systems, covering pre-train and post-train tests, evaluation, and implementation with a DecisionTree example.
A technical guide on setting up and testing an Ingress controller within a local Kubernetes kind cluster, including configuration and deployment steps.
The article details bug fixes and UI improvements for a SaaS application based on user feedback, including course clarity and schedule ordering.
A guide on programmatically dropping all collections in a MongoDB database using Mongoose, useful for resetting a database during testing.
Explains why testing React component implementation details leads to unreliable tests and demonstrates better testing practices.
Explores using rxjs-for-await for testing RxJS streams, comparing it to traditional marble diagram testing for simplicity.
An overview of essential testing tools and techniques for Django applications, including pytest-django, factory_boy, and django-test-plus.
A developer live-codes the final touches on a hackathon project, covering Django models, UI integration, RSS feeds, and Heroku deployment.
A guide to setting up a Python project with automated testing, linting, and type-checking to improve code quality and team collaboration.
A guide on integrating the Mock Service Worker (MSW) library into an Angular project for seamless API mocking during development and testing.
A developer creates a Django view to add students using Error Driven Development, including testing and template creation.
A guide to testing .NET Core's IOptionsMonitor, including a stub implementation and example unit tests for configuration change scenarios.
A guide on mocking Axios HTTP calls in Jest tests without external packages, including code structure and coverage tips.