forked from BrowserSync/browser-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
crossbow.yaml
31 lines (30 loc) · 1.01 KB
/
crossbow.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
tasks:
cy: cypress/setup/bs.js
options:
cy:
_default:
action: run
file-watching-ignore:
config: cypress/configs/file-watching-ignore.js
spec: cypress/integration/file-watching-ignore.js
file-reloading:
config: cypress/configs/file-reloading.js
spec: cypress/integration/file-reloading.js
no-notify:
config: cypress/configs/no-notify.js
spec: cypress/integration/no-notify.js
css-overlay:
config: cypress/configs/css-overlay-notify.js
spec: cypress/integration/css-overlay-notify.js
css-console-notify:
config: cypress/configs/css-console-notify.js
spec: cypress/integration/css-console-notify.js
connection-notify:
config: cypress/configs/file-reloading.js
spec: cypress/integration/connection-notify.js
log-prefix:
config: cypress/configs/logPrefix.js
spec: cypress/integration/logPrefix.js
ui-remote-debug:
config: cypress/configs/file-reloading.js
spec: cypress/integration/ui-remote-debug.js