From: Eduardo San Martin Morote Date: Fri, 8 May 2020 22:16:12 +0000 (+0200) Subject: ci: store e2e artifacts X-Git-Tag: v4.0.0-alpha.11~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c6c23d8fa2a99c6650ca46d863d309fd74e119d;p=thirdparty%2Fvuejs%2Frouter.git ci: store e2e artifacts --- diff --git a/circle.yml b/circle.yml index 6c31f491..7f36143a 100644 --- a/circle.yml +++ b/circle.yml @@ -42,6 +42,10 @@ jobs: - attach_workspace: at: ~/project - run: yarn test:e2e:ci + - store_artifacts: + path: e2e/reports + - store_artifacts: + path: e2e/screenshots test-unit: <<: *defaults