Skip to content

csainath07/cypress-automation-testing

Repository files navigation

Cypress Automation Testing

POC (Proof of concepts) of cypress automation testing

Run

yarn cypress:open

OR

./node_modules/.bin/cypress open

OR

cypress open

Structure

/cypress
  - fixtures (Mock data for test cases)
  - integration (It contain all test files)
  - plugins (3'rd party plugins integration)
  - support (Create various custom commands and overwrite existing commands)

References

Official Documentation

Cypress API

Cypress Plugins

Cypress Examples

About

POC (Proof of concepts) of cypress automation testing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published