Run all tests

This commit is contained in:
Sidharth Vinod
2024-01-19 12:21:51 +05:30
parent 91a63933ec
commit d6e738ac4c
2 changed files with 1 additions and 5 deletions

View File

@@ -41,8 +41,6 @@ jobs:
start: pnpm run dev
wait-on: 'http://localhost:9000'
browser: chrome
spec: |
cypress/integration/rendering/flowchart-v2.spec.js
e2e:
runs-on: ubuntu-latest
@@ -86,9 +84,6 @@ jobs:
# e.g. if this action was run from a fork
record: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
parallel: ${{ secrets.CYPRESS_RECORD_KEY != '' }}
# TODO: Remove
spec: |
cypress/integration/rendering/flowchart-v2.spec.js
env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
VITEST_COVERAGE: true

View File

@@ -6,6 +6,7 @@ describe('Flowchart v2', () => {
`flowchart TD
A[Christmas] -->|Get money| B(Go shopping)
B --> C{Let me think}
C -->|One| D[Laptop]
C -->|Two| E[iPhone]
C -->|Three| F[fa:fa-car Car]
`,