Skip to content

Commit

Permalink
fix: Remove deprecated ignoreTestFiles from Applitools Cypress (#28197)
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored Apr 24, 2024
1 parent 8baf754 commit a9075fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bashlib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,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 --config ignoreTestFiles="[]"
$cypress --spec "cypress/e2e/*/**/*.applitools.test.ts" --browser "$browser" --headless

codecov -c -F "cypress" || true

Expand Down

0 comments on commit a9075fd

Please sign in to comment.