Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

use angular serve for e2e #3085

Merged
merged 11 commits into from
Mar 23, 2023
Prev Previous commit
Next Next commit
try to sleep a bit
DenysVuika committed Mar 23, 2023
commit f9840841e512bbdc4c0b013447d89abc7809cc11
1 change: 1 addition & 0 deletions .github/actions/run-e2e/action.yml
Original file line number Diff line number Diff line change
@@ -43,6 +43,7 @@ runs:

if [ ${{ inputs.test-runner }} == "playwright" ]; then
echo "Running playwright tests with options ${{ inputs.options }}"
sleep 60
npx playwright test --config ${{ inputs.options }}
else
echo "Running protractor tests with options ${{ inputs.options }}"