Remix.run Logo
westurner 12 hours ago

Recording tests:

Playwright codegen vscode extension: https://playwright.dev/docs/codegen

Selenium IDE: https://www.selenium.dev/selenium-ide/docs/en/introduction/g...

Cypress Recorder exports to Cypress JS code and Puppeteer: https://github.com/cypress-io/cypress-recorder-extension

NightwatchJS Chrome Recorder generates tests from Chrome DevTools Recorder: https://github.com/nightwatchjs/nightwatch-chrome-recorder

Chrome DevTools Recorder exports to Puppeteer JS code: https://developer.chrome.com/docs/devtools/recorder/