Skip to content

Companion code for "Cypress vs Selenium WebDriver: Better, or just different?" talk

License

Notifications You must be signed in to change notification settings

giltayar/cypress-vs-selenium

Repository files navigation

Cypress vs Selenium

Companion code for "Cypress vs Selenium WebDriver: Better, or just different?" talk

How to Install

Run this:

npm ci # or use the more traditional `npm install`

How to run the Selenium Tests

Run this:

npm run test:selenium

How to run the Cypress Tests

Run this:

npm run cypress

This will open Cypress and let you run the individual tests.

Note that for the todo-visuals.spec.js tests, you need to have an Applitools API Key, which you can get for free by signing up here, and setting your APPLITOOLS_API_KEY environment variable to it.

If you want to run all the tests, headless, just run

npm run test:cypress

About

Companion code for "Cypress vs Selenium WebDriver: Better, or just different?" talk

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published