We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3972d4 commit e788133Copy full SHA for e788133
.github/workflows/develop-test.yml
@@ -33,5 +33,10 @@ jobs:
33
start: yarn run dev
34
wait-on: 'http://localhost:3000'
35
browser: chrome
36
+ record : true
37
+ env:
38
+ CYPRESS_RECORD_KEY: 4737836d-3dd9-4903-bcf6-24c5e4d81c6c
39
+ CYPRESS_PROJECT_ID: a8nh14
40
+ GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
- name: Upload coverage reports to Codecov
42
uses: codecov/codecov-action@v3
cypress.config.ts
@@ -5,7 +5,7 @@ export default defineConfig({
5
projectId: 'a8nh14',
6
video: false,
7
e2e: {
8
- // experimentalMemoryManagement: true,
+ experimentalMemoryManagement: true,
9
numTestsKeptInMemory: 0,
10
baseUrl: 'http://localhost:3000',
11
setupNodeEvents(on, config) {
0 commit comments