Skip to content
This repository was archived by the owner on Jun 16, 2024. It is now read-only.

Commit 4332dfd

Browse files
committed
test: add cypress verify command
1 parent 807840a commit 4332dfd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/e2e/cypress.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ describe('cypress - e2e', async () => {
88
CYPRESS_INTERNAL_E2E_TESTS: '1',
99
}
1010

11+
spawnSync('npx', ['cypress', 'verify'])
12+
1113
const result = spawnSync('npx', ['cypress', 'run'], {
1214
encoding: 'utf8',
1315
env: {

0 commit comments

Comments
 (0)