Skip to content

valegerez/cypress_javascript

Repository files navigation

cypress_javascript

1. Configure Cypress

Create a new file called cypress.env.json with the next configuration

{
    "URL": " url",
}

2. Install dependencies

  • Download and install node

  • Install dependencies

npm i

3. Start cypress and run tests

  • Run cypress UI with npm

    npm start
    
  • Run test suites from the terminal

    npm run sanity
    

4. Generate and open HTML report

npm run report

5. Run linter for javascript files and feature files

npm run lint
npm run gherkin-lint

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published