Skip to content

CollinRobison/CypressTest

Repository files navigation

This is a test Cypress project for learning purposes

I created this project to test various things with Cypress and just overall refine my automation skills.

This project is structured as a BDD automation project and uses Cypress' Cucumber plugin.

A lot of these tests will be using the site http://the-internet.herokuapp.com/ which is a site that has many great examples for testing automation skills. That is why the baseUrl happens to be that site.

  • Collin Robison

To run cypress UI:

npx cypress open

To run headless Cypress (console-only):

npx cypress open

Before committing a change:

  1. run npm run lint:all
  2. fix any issues found.

Side note: cypress.env.json in a normal project should be ignored by git since it generally holds passwords. However in this project any password I use is public knowledge so it is no issue.

Need to do:

possible to-dos

  • get Dashboard up and running
  • Add some accessibility tests

Plugins and Packages used in project:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published