Skip to content

Commit fd2ad68

Browse files
authored
Merge branch 'master' into workflow-update
2 parents 3670a52 + a8e90d5 commit fd2ad68

14 files changed

Lines changed: 386 additions & 340 deletions

File tree

docker/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.21
1+
FROM alpine:edge
22
ARG packageId
33

44
COPY ${packageId} /opt/testcafe/${packageId}
@@ -8,8 +8,6 @@ ENV ALPINE_REPOS="\
88
--repository http://dl-cdn.alpinelinux.org/alpine/edge/testing/\
99
--repository http://dl-cdn.alpinelinux.org/alpine/edge/community/\
1010
--repository http://dl-cdn.alpinelinux.org/alpine/edge/main/\
11-
--repository http://dl-cdn.alpinelinux.org/alpine/v3.11/community/\
12-
--repository http://dl-cdn.alpinelinux.org/alpine/v3.17/main/\
1311
"
1412

1513
RUN apk --no-cache $ALPINE_REPOS upgrade && \

gulp/helpers/test-client.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const gulp = require('gulp');
2-
const qunitHarness = require('gulp-qunit-harness');
2+
const qunitHarness = require('@devexpress/gulp-qunit-harness');
33
const { getInstallations: listBrowsers } = require('testcafe-browser-tools');
44
const { CLIENT_TEST_LOCAL_BROWSERS_ALIASES } = require('../constants/client-test-settings');
55

0 commit comments

Comments
 (0)