Skip to content

Commit

Permalink
chore: add project id and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ooooorobo committed Nov 29, 2021
1 parent b780341 commit e042804
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Cypress Tests

on: [push]

jobs:
cypress-run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
# Install NPM dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v2
with:
build: npm run build
start: npm start
1 change: 1 addition & 0 deletions cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"projectId": "jt8rpq",
"baseUrl": "http://localhost:3000",
"env": {
"cypress-react-selector": {
Expand Down

0 comments on commit e042804

Please sign in to comment.