diff --git a/.circleci/config.yml b/.circleci/config.yml index f8ec42c..daead7a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -41,3 +41,7 @@ jobs: - store_test_results: path: test-results + + - store_artifacts: + path: screenshots + destination: screenshots