yarn install
yarn test
docker compose run script yarn install
docker compose run cucumber yarn cucumber
After running docker compose up
Mitmproxy debugger will be available from
your web browser at http://localhost:8081/. Then Cucumber tests can be run with:
docker-compose run cucumber yarn cucumber
HTTP traffic will be visible from the Mitmweb UI.