Skip to content

Commit acf6d82

Browse files
committed
release 3.7.3
1 parent 4a1b7f0 commit acf6d82

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

CHANGELOG.md

+31
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
## 3.7.3
2+
3+
❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+
🛩️ _Features_
6+
7+
- feat(cli): improve info command to return installed browsers (#4890) - by @kobenguyent
8+
9+
```
10+
➜ helloworld npx codeceptjs info
11+
Environment information:
12+
13+
codeceptVersion: "3.7.2"
14+
nodeInfo: 18.19.0
15+
osInfo: macOS 14.4
16+
cpuInfo: (8) x64 Apple M1 Pro
17+
osBrowsers: "chrome: 133.0.6943.143, edge: 133.0.3065.92, firefox: not installed, safari: 17.4"
18+
playwrightBrowsers: "chromium: 133.0.6943.16, firefox: 134.0, webkit: 18.2"
19+
helpers: {
20+
"Playwright": {
21+
"url": "http://localhost",
22+
...
23+
```
24+
25+
🐛 _Bug Fixes_
26+
27+
- fix: resolving path inconsistency in container.js and appium.js (#4866) - by @mjalav
28+
- fix: broken screenshot links in mochawesome reports (#4889) - by @kobenguyent
29+
- some internal fixes to make UTs more stable by @thomashohn
30+
- dependencies upgrades by @thomashohn
31+
132
## 3.7.2
233

334
❤️ Thanks all to those who contributed to make this release! ❤️

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.7.2",
3+
"version": "3.7.3",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

0 commit comments

Comments
 (0)