Skip to content

Commit e788133

Browse files
committed
Tests cloud
1 parent f3972d4 commit e788133

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/develop-test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,10 @@ jobs:
3333
start: yarn run dev
3434
wait-on: 'http://localhost:3000'
3535
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 }}
3641
- name: Upload coverage reports to Codecov
3742
uses: codecov/codecov-action@v3

cypress.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
projectId: 'a8nh14',
66
video: false,
77
e2e: {
8-
// experimentalMemoryManagement: true,
8+
experimentalMemoryManagement: true,
99
numTestsKeptInMemory: 0,
1010
baseUrl: 'http://localhost:3000',
1111
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)