- set ids mappings (optional for mac users)
echo "USER=$(id -nu)" >> .env
echo "uid=$(id -u)" >> .env
echo "gid=$(id -g)" >> .env
it creates .env
file with something like that:
USER=tomfun
uid=1000
gid=1000
- for local development setup db:
docker-compose up db
- Go to api and follow instructions
- Go to frontend and follow instructions
Locally you can run it:
source ./dev/e2e-local.sh
# ....
# $npm run test:e2e -- --colors
# $test_debug
# ....
# You can run it
$npm run test:e2e -- --colors
# Or debug
$test_debug