Commit b99cd5c
authored
Update cypress to configure default browser (#1283)
Related to
RaspberryPiFoundation/digital-editor-issues#878
It's currently not easy to run the cypress specs locally because they
default to running in Electron (where they don't run correctly).
Update Cypress so we can configure a default browser.
Note that there's still a couple more things we will need to do to make
it possible to run the cypress specs in the docker container to install
Cypress and Chrome which is something I'm looking at.1 parent c6c2803 commit b99cd5c
4 files changed
+256
-69
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
9 | 13 | | |
10 | 14 | | |
11 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
12 | 13 | | |
13 | 14 | | |
14 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
| |||
0 commit comments