You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- version: '2'
-
- services:
- test-runner:
- build: .
- command: npm run test-electron
- volumes:
- - .:/test-output
- environment:
- XUNIT_FILE: '/test-output/electron.xml'
-
- spec-runner:
- build: .
- command: npm run test-spectron
- volumes:
- - .:/test-output
- environment:
- XUNIT_FILE: '/test-output/spectron.xml'
-
- volumes:
- checkout:
- driver: local
|