Cypress
End-to-end and component testing framework for web apps — runs in-browser with real-time reloading and a time-travel debugger.
Cypress runs directly inside the browser alongside the application under test — no WebDriver, no network latency. Its time-travel debugger lets you hover over each test step and see what the browser looked like at that moment. Cypress Component Testing extends it to isolated component-level testing without a full browser environment.
// tags
testinge2ebrowsercomponent-testingjavascriptdebugtime-travel