Skip to content

This small project is for recruitment purposes to validate candidates skills in cypress

License

Notifications You must be signed in to change notification settings

dotintent/cypress-interview

 
 

Repository files navigation

Cypress Interview

This is a small app for cypress interview purposes. You'll have to complete all tasks in a given time. Please create a separate branch before you start coding. Good luck!

Set up this repo

## install the node_modules
npm install

## start the local webserver
npm start

The npm start script will spawn a webserver on port 8080 which hosts the Kitchen Sink App.

You can verify this by opening your browser and navigating to: http://localhost:8080

## launch the cypress test runner
npm run cy:open

shortcut: you can use command npm run local:open that uses start-server-and-test to start local server and open Cypress. When you close Cypress, the local server is stopped automatically. Similarly you can use npm run local:run to start the server, run Cypress tests headlessly and close the server.

About

This small project is for recruitment purposes to validate candidates skills in cypress

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 67.0%
  • CSS 22.8%
  • HTML 7.6%
  • Dockerfile 2.6%