Skip to content
This repository was archived by the owner on Jan 31, 2023. It is now read-only.

Commit 82cd528

Browse files
authored
start testing the full system (#37)
* start testing the full system * test on electron and on chrome * executor with Chrome browser
1 parent dfef76a commit 82cd528

File tree

4 files changed

+788
-5
lines changed

4 files changed

+788
-5
lines changed

circle.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ workflows:
55
build:
66
jobs:
77
- cypress/run:
8+
executor: cypress/browsers-chrome76
89
no-workspace: true
910
post-steps:
11+
# execute full tests
12+
- run: npm run e2e
1013
- run: npm run semantic-release

0 commit comments

Comments
 (0)