woocommerce/tests/bin/run-e2e-CI.sh

5 lines
116 B
Bash
Executable File

#!/usr/bin/env bash
echo "Waiting for 5 minutes for the Docker container to start...";
sleep 300;
npm run test:e2e;