Skip to content

Commit a7749df

Browse files
authored
try to fix playwright tests (#3352)
* try to fix playwright tests * fixed TestCafe tests * bump playwright
1 parent 51b582b commit a7749df

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.github/workflows/playwright.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ jobs:
2828
uses: actions/setup-node@v1
2929
with:
3030
node-version: ${{ matrix.node-version }}
31-
- uses: microsoft/playwright-github-action@v1
3231
- uses: shivammathur/setup-php@v2
3332
with:
3433
php-version: 7.4
@@ -37,6 +36,8 @@ jobs:
3736
npm install
3837
env:
3938
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
39+
- name: Install deps
40+
run: npx playwright install-deps
4041
- name: start a server
4142
run: "php -S 127.0.0.1:8000 -t test/data/app &"
4243
- name: run chromium tests

.github/workflows/testcafe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
node-version: [12.x]
24+
node-version: [14.x]
2525

2626
steps:
2727
- uses: actions/checkout@v1

docs/changelog.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ layout: Section
77

88
# Releases
99

10+
## 3.3.3
11+
12+
* Fixed `DataCloneError: () => could not be cloned` when running data tests in run-workers
13+
* 🇺🇦 Added #StandWithUkraine notice to CLI
14+
15+
1016
## 3.3.2
1117

1218
* **[REST]** Fixed override of headers/token in `haveRequestHeaders()` and `amBearerAuthenticated()`. See [#3304](https://github.com/codeceptjs/CodeceptJS/issues/3304) by **[mirao](https://github.com/mirao)**
@@ -50,8 +56,6 @@ npx codeceptjs run test-dir/*"
5056
* Improving the typings in many places
5157
* Improving the return type of helpers for TS users ([#3245](https://github.com/codeceptjs/CodeceptJS/issues/3245)) - **[nlespiaucq](https://github.com/nlespiaucq)**
5258

53-
🇺🇦 Added #StandWithUkraine hashtag notice to CLI
54-
5559
## 3.3.0
5660

5761
🛩️ Features:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"mocha-parallel-tests": "^2.3.0",
123123
"nightmare": "^3.0.2",
124124
"nodemon": "^1.19.4",
125-
"playwright": "^1.18.1",
125+
"playwright": "^1.23.2",
126126
"puppeteer": "^10.4.0",
127127
"qrcode-terminal": "^0.12.0",
128128
"rosie": "^1.6.0",

0 commit comments

Comments
 (0)