Skip to content

jasminhusadzic/cypress-wordpress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

E2E Cypress

How to run tests

Pull project and the first thing that you need to do is to run:

$ npm install

This will generate the node modules folder.

Local Run

There is two way to run tests in local:

  • Headless mode
  • Headed mode
Headless mode
$ npm run cy:run
Headed mode
$ npm run cy:open

Github Actions Run

Navigate to Actions section, and select Manual Run. Select Run Workflow, choose branch and click on Run Workflof button.

Reporting

Currently is used Mochawesome report. This report will be automatically generated after every exeucution and it can be found in folder reports inside project. If execution is triggered over Github Actions, reports will be saved as Artifact (report.zip)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published