Skip to content

Commit

Permalink
fix: Remove deprecated ignoreTestFiles from Applitools Cypress (apach…
Browse files Browse the repository at this point in the history
  • Loading branch information
geido authored and jzhao62 committed May 16, 2024
1 parent cc85ddf commit a6a03a0
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 a6a03a0

Please sign in to comment.