Skip to content

Commit

Permalink
feat: optimize test
Browse files Browse the repository at this point in the history
Signed-off-by: SuZhou-Joe <[email protected]>
  • Loading branch information
SuZhou-Joe committed Jun 14, 2024
1 parent a188e84 commit 84f3d8f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-e2e-workflow-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ jobs:
# remove success video to save space and memory
CYPRESS_DELETE_SUCCESS_VIDEOS: true
with:
config: numTestsKeptInMemory=1
working-directory: cypress-test
command: ${{ inputs.test-command }}
wait-on: 'http://localhost:5601'
Expand Down
3 changes: 1 addition & 2 deletions cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,5 @@
"clipboard": "allow"
},
"UIMETRIC_ENABLED": false
},
"numTestsKeptInMemory": 1
}
}

0 comments on commit 84f3d8f

Please sign in to comment.