Skip to content
Martin Hradil edited this page Mar 15, 2021 · 21 revisions

guidelines project wiki Devel setup

Install

Rebuild after update

Run

Run integration tests

tests readme

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

Run python console

Cleanup

Common errors

Clone this wiki locally