forked from ansible/ansible-hub-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Martin Hradil edited this page Mar 15, 2021
·
21 revisions
guidelines project wiki Devel setup
Create ansible-hub-ui/test/cypress.env.json
:
{
"prefix": "/api/automation-hub",
"username": "admin",
"password": "admin"
}
Run
cd ansible-hub-ui/test
npm ci
npm run cypress:chrome # or cypress:chromium or cypress:firefox