diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2b460cb56..dbb35c9c4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -18,4 +18,8 @@ jobs: run: | npx htmlhint "src/*.html" - name: Cypress run - uses: cypress-io/github-action@v1 \ No newline at end of file + uses: cypress-io/github-action@v1 + with: + record: true + start: yarn lite-server -c bs-config.js + spec: cypress/integration/* \ No newline at end of file