Clone or download project repository.
Install package dependencies:
npm install
Copy distributed Cypress configuration and update credentials:
cp cypress.dist.json cypress.json
Run tests using Cypress GUI:
npx cypress open
wp eval-file bin/e2e-tests-setup.php --user=<admin-id>
- The Cypress might fail to authorize users if server has
.htaccess
directive against brute-force password attacks.