Skip to content

Commit

Permalink
Add cypress cloud project ID
Browse files Browse the repository at this point in the history
  • Loading branch information
1-Harshit committed Oct 10, 2023
1 parent b93469a commit f5cbbba
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cypress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,14 @@ jobs:
uses: actions/checkout@v4
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress component tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
build: yarn build
start: yarn start
record: true
parallel: true
component: true
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions cypress.config.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { defineConfig } from "cypress";

export default defineConfig({
projectId: 'ug3igq',
component: {
devServer: {
framework: "create-react-app",
Expand Down

0 comments on commit f5cbbba

Please sign in to comment.