fix: Fixes workflow Applitools Cypress (#28566)

This commit is contained in:
Geido
2024-05-20 16:32:31 +03:00
committed by GitHub
parent 389d8b5b5d
commit e954360eec
7 changed files with 11 additions and 5 deletions

View File

@@ -212,7 +212,7 @@ cypress-run-applitools() {
nohup flask run --no-debugger -p $port >"$flasklog" 2>&1 </dev/null &
local flaskProcessId=$!
$cypress --spec "cypress/e2e/*/**/*.applitools.test.ts" --browser "$browser" --headless
$cypress --spec "cypress/applitools/**/*" --browser "$browser" --headless
say "::group::Flask log for default run"
cat "$flasklog"