Skip to content

Commit a8e90d5

Browse files
Bayheckadil.rakhaliyev
andauthored
Fix: vulnerabilities and failing tests (#8459)
<!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail --------- Co-authored-by: adil.rakhaliyev <[email protected]>
1 parent e659aa3 commit a8e90d5

File tree

14 files changed

+386
-340
lines changed

14 files changed

+386
-340
lines changed

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)