Skip to content

Commit

Permalink
[DEVX-1746] Bump playwright version to v1.22.2 (#154)
Browse files Browse the repository at this point in the history
* [DEVX-1746] Bump playwright version to v1.22.2

* fix dependency

* upgrade testrunner-image

* clean up code

* empty
  • Loading branch information
tianfeng92 authored Jun 2, 2022
1 parent 08fd639 commit 78c0dac
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 1,487 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM saucelabs/testrunner-image:v0.3.0
FROM saucelabs/testrunner-image:v0.4.0

USER root

Expand All @@ -11,7 +11,6 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN sed -i 's/mozilla\/DST_Root_CA_X3.crt/!mozilla\/DST_Root_CA_X3.crt/g' /etc/ca-certificates.conf
RUN update-ca-certificates


USER seluser

#=================
Expand Down
Loading

0 comments on commit 78c0dac

Please sign in to comment.