Skip to content

Commit

Permalink
set cypress numTestsKeptInMemory to 0
Browse files Browse the repository at this point in the history
  • Loading branch information
mantis-toboggan-md committed Aug 2, 2023
1 parent 39c0c49 commit b223c3c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ export default defineConfig({
},
experimentalSessionAndOrigin: true,
specPattern: getSpecPattern(),
baseUrl
baseUrl,
},
videoCompression: 15,
videoUploadOnPasses: false,
Expand Down
2 changes: 1 addition & 1 deletion scripts/e2e
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
ID="$(echo ${TEST_RUN_ID:-`date +%s` } | tr '[:upper:]' '[:lower:]' | tr ' ' '-')"
echo "$ID"

CYPRESS_coverage=true CYPRESS_API_URL='http://139.59.134.103:1234' cy2 run --group "$GREP_TAGS" --browser chrome --record --key rancher-dashboard --parallel --ci-build-id "$ID"
CYPRESS_coverage=true CYPRESS_API_URL='http://139.59.134.103:1234' CYPRESS_NUM_TESTS_KEPT_IN_MEMORY=0 cy2 run --group "$GREP_TAGS" --browser chrome --record --key rancher-dashboard --parallel --ci-build-id "$ID"

0 comments on commit b223c3c

Please sign in to comment.