Connect dashboard

This commit is contained in:
Sidharth Vinod
2021-05-24 19:50:43 +05:30
parent ae4d95b00b
commit fa4f1ca20f
2 changed files with 5 additions and 1 deletions
+3
View File
@@ -5,6 +5,8 @@ on: [push]
jobs:
cypress-run:
runs-on: ubuntu-latest
container: cypress/browsers:node12.18.3-chrome87-ff82
steps:
- name: Checkout
uses: actions/checkout@v2
@@ -13,5 +15,6 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v2
with:
browser: chrome
build: yarn build
start: yarn preview
+2 -1
View File
@@ -1,8 +1,9 @@
{
"projectId": "2ckppp",
"$schema": "https://on.cypress.io/cypress.schema.json",
"baseUrl": "http://localhost:3000",
"pluginsFile": "./cypress/plugins/index.cjs",
"viewportWidth": 1440,
"viewportHeight": 768,
"snapshotFileName": "./cypress/snapshots.js"
}
}