Fd Cypress Recorder: Generate Cypress test code effortlessly
Fd Cypress Recorder is a free Chrome add-on developed by Willem Liu. This add-on captures user interactions and generates Cypress test code, making it easier to create and maintain end-to-end tests.
With Fd Cypress Recorder, you can create templates from your interactions with a web page. These templates can then be used in your other tests by loading the template and starting from there, or appending a template to your current test. You have the flexibility to re-order or remove events and interactions as needed.
The add-on also supports combining multiple templates to create a single larger test, which is useful for repeating steps across multiple tests.
If your website requires specific HTTP headers, Fd Cypress Recorder allows you to enter them in the plugin, and they will be included in the generated code.
Furthermore, Fd Cypress Recorder provides Basic Auth support, allowing you to include environment variables into the basic auth setup of Cypress. By setting the environment variables on your test runner, the generated Cypress code from this plugin will make use of them.
With Fd Cypress Recorder, you can easily create Cypress end-to-end tests without the need to manually write code. The plugin automatically generates Cypress code using the functions provided.
This add-on seamlessly follows the light/dark theme settings of your browser, ensuring a consistent and visually pleasing experience.