Skip to content

Commit

Permalink
logging
Browse files Browse the repository at this point in the history
  • Loading branch information
oshi97 committed Jan 27, 2022
1 parent dfcfdb7 commit ca5f9b2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/run_browserstack_acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ if [[ $GITHUB_REF_NAME == release/*
|| $GITHUB_REF_NAME == master
|| $GITHUB_REF_NAME == support/* ]]
then
echo "inside the if"
npx testcafe "browserstack:ie@11.0,browserstack:safari" --config-file ./.github/testcafe.json -q
else
echo "inside the else"
npx testcafe -c 2 "browserstack:ie@11.0" --config-file ./.github/testcafe.json -q
fi
2 changes: 2 additions & 0 deletions .github/run_headless_acceptance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ if [[ $GITHUB_REF_NAME == release/*
|| $GITHUB_REF_NAME == master
|| $GITHUB_REF_NAME == support/* ]]
then
echo "inside the if"
npx testcafe -c 3 "chrome:headless,firefox:headless" --config-file ./.github/testcafe.json -q
else
echo "inside the else"
npx testcafe -c 3 "chrome:headless" --config-file ./.github/testcafe.json -q
fi

0 comments on commit ca5f9b2

Please sign in to comment.