Skip to content

Commit

Permalink
remove cli flags
Browse files Browse the repository at this point in the history
  • Loading branch information
a-b-r-o-w-n committed Nov 26, 2019
1 parent 33f829a commit 6a667ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Composer/scripts/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
yarn start &
SERVER_PID=$!

npx cypress run --browser chrome --record --parallel --ci-build-id $BUILD_BUILDNUMBER --group "Azure CI"
npx cypress run --browser chrome
cleanup

function cleanup {
Expand Down

0 comments on commit 6a667ab

Please sign in to comment.