Save E2E artifacts
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -5,7 +5,6 @@ module.exports = {
|
||||
experimental: {
|
||||
jsconfigPaths: true
|
||||
},
|
||||
env: {},
|
||||
webpack: (config) => {
|
||||
config.plugins.push(
|
||||
new FaviconsWebpackPlugin({
|
||||
|
||||
Reference in New Issue
Block a user