]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
ci: store e2e artifacts
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 May 2020 22:16:12 +0000 (00:16 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 8 May 2020 22:16:12 +0000 (00:16 +0200)
circle.yml

index 6c31f4917ac211c01ab248cb1c0c8575f076593e..7f36143ab429f4eb9b00ca5fa51568f35b6f16a8 100644 (file)
@@ -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