switch to testcafe image
This commit is contained in:
+4
-2
@@ -67,11 +67,13 @@ build:
|
|||||||
- .next/cache/
|
- .next/cache/
|
||||||
|
|
||||||
test:e2e:
|
test:e2e:
|
||||||
image: cimg/node:20.18-browsers
|
image:
|
||||||
|
name: testcafe/testcafe:latest
|
||||||
|
entrypoint: ["/bin/sh", "-c"]
|
||||||
needs: ["install", "build"]
|
needs: ["install", "build"]
|
||||||
stage: test
|
stage: test
|
||||||
script:
|
script:
|
||||||
- sudo chown -R $(whoami) . #allow deletion of test files
|
- sudo chown -R user:user . #allow deletion of test files
|
||||||
- npm ci
|
- npm ci
|
||||||
- npm run testcafe:ci
|
- npm run testcafe:ci
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|||||||
Reference in New Issue
Block a user