- Copy
web/core/phpunit.xml.dist
toweb/core/phpunit.xml
. The start settings is to run in your local environment. - Unzip the base database (
docker/database/start-test/base.zip
)
- Run
make test
In this momment the test only run in your computer
- NPM
- Create user to e2e test in the admin
- Add user and password in this variables in
src/front/.env
## e2e (nightwatch)
NUXT_NW_E2E_USER=
NUXT_NW_E2E_PASS=
- Go to
src/front/
- Run
npm run e2e