From 6de5b35653e804fd0e6cf0f5ddf6226c3d3c5b82 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Tue, 12 Jan 2021 20:43:09 +0200 Subject: [PATCH] Save E2E artifacts --- .gitlab-ci.yml | 3 +++ next.config.js | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 45bbe1f..800b20c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -56,6 +56,9 @@ test:e2e: stage: test script: - NEXT_PUBLIC_API_URL=https://api.dev.sik.party/api npm run test:e2e + artifacts: + paths: + - tests/testcafe/screenshots publish:dev: stage: publish diff --git a/next.config.js b/next.config.js index ef76ada..15c84b4 100644 --- a/next.config.js +++ b/next.config.js @@ -5,7 +5,6 @@ module.exports = { experimental: { jsconfigPaths: true }, - env: {}, webpack: (config) => { config.plugins.push( new FaviconsWebpackPlugin({