11 lines
282 B
YAML
11 lines
282 B
YAML
machine:
|
|
node:
|
|
version: "8"
|
|
dependencies:
|
|
pre:
|
|
- git clone https://github.com/contentful/the-example-app-e2e-tests.git ./test/e2e
|
|
- cd ./test/e2e && npm install
|
|
test:
|
|
post:
|
|
- tar -czf $CIRCLE_ARTIFACTS/cypress-result_`date +%Y-%m-%d_%H-%M-%S`.tar.gz ./cypress
|