diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d08595..e3672bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,6 +12,8 @@ jobs: uses: cypress-io/github-action@v5 with: build: npm run build + browser: replay-chromium + record: true env: REPLAY_API_KEY: ${{ secrets.RECORD_REPLAY_API_KEY }} - name: Semantic Release diff --git a/cypress/e2e/spec.cy.ts b/cypress/e2e/spec.cy.ts index c8fe852..4e7d624 100644 --- a/cypress/e2e/spec.cy.ts +++ b/cypress/e2e/spec.cy.ts @@ -1,9 +1,5 @@ it('test', () => { - cy.visit('https://cypress.io') - - cy.wait(5000) - expect(true).to.be.true }); \ No newline at end of file