#!/bin/bash
set -e
xhost +
docker-compose run --rm --entrypoint "cypress open --project /srv/appli_sf/tests/E2E --env ENVIRONMENT=dev $*" e2e
xhost -