You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-8Lines changed: 14 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,12 @@ Features:
11
11
*[WebDriver] Shadow DOM Support for `Webdriver`. See #2741 by @gkushang
12
12
*[Release management] Introduce the versioning automatically, it follows the semantics versioning. See #2883 by @PeterNgTr
13
13
* Adding opts into `Scenario.skip` that it would be useful for building reports. See #2867 by @AlexKo4
14
+
* Added support for attaching screenshots to [cucumberJsonReporter](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter) See #2888 by @fijijavis
15
+
* Supported config file for `codeceptjs shell` command. See #2895 by @PeterNgTr:
16
+
17
+
```
18
+
npx codeceptjs shell -c foo.conf.js
19
+
```
14
20
15
21
Bug fixes:
16
22
*[GraphQL] Use a helper-specific instance of Axios to avoid contaminating global defaults. See #2868 by @vanvoljg
@@ -20,11 +26,11 @@ Bug fixes:
20
26
21
27
## 3.0.6
22
28
23
-
*[Playwright] Added `electron` as a browser to config. See #2834 by @cbayer97
29
+
*[Playwright] Added `electron` as a browser to config. See #2834 by @cbayer97
24
30
*[Playwright] Implemented `launchPersistentContext` to be able to launch persistent remote browsers. See #2817 by @brunoqueiros. Fixes #2376.
25
31
* Fixed printing logs and stack traces for `run-workers`. See #2857 by @haveac1gar. Fixes #2621, #2852
26
-
* Emit custom messages from worker to the main thread. See #2824 by @jccguimaraes
27
-
* Improved workers processes output. See #2804 by @drfiresign
32
+
* Emit custom messages from worker to the main thread. See #2824 by @jccguimaraes
33
+
* Improved workers processes output. See #2804 by @drfiresign
28
34
* BDD. Added ability to use an array of feature files inside config in `gherkin.features`. See #2814 by @jbergeronjr
29
35
30
36
```js
@@ -33,8 +39,8 @@ Bug fixes:
33
39
"./features/api_features/*.feature"
34
40
],
35
41
```
36
-
* Added `getQueueId` to reporter to rerun a specific promise. See #2837 by @jonatask
37
-
***Added `fakerTransform` plugin** to use faker data in Gherkin scenarios. See #2854 by @adrielcodeco
42
+
* Added `getQueueId` to reporter to rerun a specific promise. See #2837 by @jonatask
43
+
***Added `fakerTransform` plugin** to use faker data in Gherkin scenarios. See #2854 by @adrielcodeco
38
44
39
45
```feature
40
46
Scenario Outline: ...
@@ -46,17 +52,17 @@ Scenario Outline: ...
46
52
| productName | customer | email | anythingMore |
47
53
| {{commerce.product}} | Dr. {{name.findName}} | {{internet.email}} | staticData |
48
54
```
49
-
*[REST] Use class instance of axios, not the global instance, to avoid contaminating global configuration. #2846 by @vanvoljg
55
+
*[REST] Use class instance of axios, not the global instance, to avoid contaminating global configuration. #2846 by @vanvoljg
50
56
*[Appium] Added `tunnelIdentifier` config option to provide tunnel for SauceLabs. See #2832 by @gurjeetbains
51
57
52
58
## 3.0.5
53
59
54
60
55
61
Features:
56
62
57
-
***[Official Docker image for CodeceptJS v3](https://hub.docker.com/r/codeceptjs/codeceptjs)**. New Docker image is based on official Playwright image and supports Playwright, Puppeteer, WebDriver engines. Thanks @VikentyShevyrin
63
+
***[Official Docker image for CodeceptJS v3](https://hub.docker.com/r/codeceptjs/codeceptjs)**. New Docker image is based on official Playwright image and supports Playwright, Puppeteer, WebDriver engines. Thanks @VikentyShevyrin
58
64
* Better support for Typescript `codecept.conf.ts` configuration files. See #2750 by @elaichenkov
59
-
* Propagate more events for custom parallel script. See #2796 by @jccguimaraes
65
+
* Propagate more events for custom parallel script. See #2796 by @jccguimaraes
60
66
*[mocha-junit-reporter] Now supports attachments, see documentation for details. See #2675 by @Shard
61
67
* CustomLocators interface for TypeScript to extend from LocatorOrString. See #2798 by @danielrentz
0 commit comments