From f43458ba3d42eceb6d9c2c7c0243a2c90849020d Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Sun, 9 Dec 2018 18:02:00 +0100 Subject: [PATCH] record test runs to https://dashboard.cypress.io/#/projects/qa7fe2/runs --- .travis.yml | 2 +- cypress.json | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 95cce90b5..25e9ad58c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,4 +25,4 @@ install: script: - docker-compose -f Nitro-Backend/docker-compose.yml exec backend yarn run db:seed > /dev/null - wait-on http://localhost:3000 - - cypress run + - cypress run --record --key $CYPRESS_TOKEN diff --git a/cypress.json b/cypress.json index 0967ef424..1f453389b 100644 --- a/cypress.json +++ b/cypress.json @@ -1 +1,3 @@ -{} +{ + "projectId": "qa7fe2" +}