Skip to content

Commit

Permalink
Merge 1799128 into 1731722
Browse files Browse the repository at this point in the history
  • Loading branch information
yen-tt committed Sep 2, 2022
2 parents 1731722 + 1799128 commit e09cb1b
Show file tree
Hide file tree
Showing 8 changed files with 326 additions and 331 deletions.
3 changes: 2 additions & 1 deletion .github/run_browserstack_acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ if [[ $GITHUB_REF_NAME == release/*
|| $GITHUB_REF_NAME == master
|| $GITHUB_REF_NAME == support/* ]]
then
npx testcafe "browserstack:ie@11.0,browserstack:safari" --config-file ./.github/testcafe.json -q
# npx testcafe "browserstack:ie@11.0,browserstack:safari" --config-file ./.github/testcafe.json -q
npx testcafe "browserstack:ie@11.0" --config-file ./.github/testcafe.json -q
else
npx testcafe -c 2 "browserstack:ie@11.0" --config-file ./.github/testcafe.json -q
fi
3 changes: 2 additions & 1 deletion .github/testcafe.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"src": ["tests/acceptance/acceptancesuites/*.js", "!tests/acceptance/acceptancesuites/searchbaronlysuite.js"],
"appCommand": "npx serve -l tcp://0.0.0.0:9999",
"appInitDelay": 4000
"appInitDelay": 4000,
"skipJsErrors": true
}
Loading

0 comments on commit e09cb1b

Please sign in to comment.