|
| 1 | +## 3.0.4 |
| 2 | + |
| 3 | +* **Hotfix** Fixed `init` script by adding `cross-spawn` package. By @vipulgupta2048 |
| 4 | +* Fixed handling error during initialization of `run-multiple`. See #2730 by @wagoid |
| 5 | + |
1 | 6 | ## 3.0.3
|
2 | 7 |
|
3 | 8 | * **Playwright 1.7 support**
|
4 |
| -* [Playwright] Fixed handling null context in click. See #2667 by @matthewjf |
5 |
| -* [Playwright] Fixed `Cannot read property '$$' of null` when locating elements. See #2713 by @matthewjf |
| 9 | +* [Playwright] Fixed handling null context in click. See #2667 by @matthewjf |
| 10 | +* [Playwright] Fixed `Cannot read property '$$' of null` when locating elements. See #2713 by @matthewjf |
6 | 11 | * Command `npx codeceptjs init` improved
|
7 | 12 | * auto-installing required packages
|
8 | 13 | * better error messages
|
9 | 14 | * fixed generating type definitions
|
10 |
| -* Data Driven Tests improvements: instead of having one skipped test for data driven scenarios when using xData you get a skipped test for each entry in the data table. See #2698 by @Georgegriff |
11 |
| -* [Puppeteer] Fixed that `waitForFunction` was not working with number values. See #2703 by @MumblesNZ |
| 15 | +* Data Driven Tests improvements: instead of having one skipped test for data driven scenarios when using xData you get a skipped test for each entry in the data table. See #2698 by @Georgegriff |
| 16 | +* [Puppeteer] Fixed that `waitForFunction` was not working with number values. See #2703 by @MumblesNZ |
12 | 17 | * Enabled autocompletion for custom helpers. #2695 by @PeterNgTr
|
13 | 18 | * Emit test.after on workers. Fix #2693 by @jccguimaraes
|
14 |
| -* TypeScript: Allow .ts config files. See #2708 by @elukoyanov |
| 19 | +* TypeScript: Allow .ts config files. See #2708 by @elukoyanov |
15 | 20 | * Fixed definitions generation errors by @elukoyanov. See #2707 and #2718
|
16 | 21 | * Fixed handing error in _after function; for example, browser is closed during test and tests executions is stopped, but error was not logged. See #2715 by @elukoyanov
|
17 | 22 | * Emit hook.failed in workers. Fix #2723 by @jccguimaraes
|
18 |
| -* [wdio plugin] Added `seleniumArgs` and `seleniumInstallArgs` config options for plugin. See #2687 by @andrerleao |
| 23 | +* [wdio plugin] Added `seleniumArgs` and `seleniumInstallArgs` config options for plugin. See #2687 by @andrerleao |
19 | 24 | * [allure plugin] Added `addParameter` method in #2717 by @jancorvus. Fixes #2716
|
20 |
| -* Added mocha-based `--reporter-options` and `--reporter <name>` commands to `run-workers` command by in #2691 @Ameterezu |
21 |
| -* Fixed infinite loop for junit reports. See #2691 @Ameterezu |
22 |
| -* Added status, start/end time, and match line for BDD steps. See #2678 by @ktryniszewski-mdsol |
23 |
| -* [stepByStepReport plugin] Fixed "helper.saveScreenshot is not a function". Fix #2688 by @andrerleao |
| 25 | +* Added mocha-based `--reporter-options` and `--reporter <name>` commands to `run-workers` command by in #2691 @Ameterezu |
| 26 | +* Fixed infinite loop for junit reports. See #2691 @Ameterezu |
| 27 | +* Added status, start/end time, and match line for BDD steps. See #2678 by @ktryniszewski-mdsol |
| 28 | +* [stepByStepReport plugin] Fixed "helper.saveScreenshot is not a function". Fix #2688 by @andrerleao |
24 | 29 |
|
25 | 30 |
|
26 | 31 |
|
27 | 32 | ## 3.0.2
|
28 | 33 |
|
29 | 34 | * [Playwright] Fix connection close with remote browser. See #2629 by @dipiash
|
30 | 35 | * [REST] set maxUploadFileSize when performing api calls. See #2611 by @PeterNgTr
|
31 |
| -* Duplicate Scenario names (combined with Feature name) are now detected via a warning message. |
| 36 | +* Duplicate Scenario names (combined with Feature name) are now detected via a warning message. |
32 | 37 | Duplicate test names can cause `codeceptjs run-workers` to not function. See #2656 by @Georgegriff
|
33 | 38 | * Documentation fixes
|
34 | 39 |
|
35 | 40 | Bug Fixes:
|
36 | 41 | * --suites flag now should function correctly for `codeceptjs run-workers`. See #2655 by @Georgegriff
|
37 | 42 | * [autoLogin plugin] Login methods should now function as expected with `codeceptjs run-workers`. See #2658 by @Georgegriff, resolves #2620
|
38 |
| - |
| 43 | + |
39 | 44 |
|
40 | 45 |
|
41 | 46 | ## 3.0.1
|
42 | 47 |
|
43 | 48 | ♨️ Hot fix:
|
44 | 49 | * Lock the mocha version to avoid the errors. See #2624 by PeterNgTr
|
45 |
| - |
| 50 | + |
46 | 51 | 🐛 Bug Fix:
|
47 | 52 | * Fixed error handling in Scenario.js. See #2607 by haveac1gar
|
48 | 53 | * Changing type definition in order to allow the use of functions with any number of any arguments. See #2616 by akoltun
|
@@ -193,9 +198,9 @@ tryTo(() => I.click('Accept', '.cookies'));
|
193 | 198 | ## 2.6.11
|
194 | 199 |
|
195 | 200 | * [Playwright] Playwright 1.4 compatibility
|
196 |
| -* [Playwright] Added `ignoreHTTPSErrors` config option (default: false). See #2566 by gurjeetbains |
197 |
| -* Added French translation by @vimar |
198 |
| -* [WebDriver] Updated `dragSlider` to work in WebDriver W3C protocol. Fixes #2557 by suniljaiswal01 |
| 201 | +* [Playwright] Added `ignoreHTTPSErrors` config option (default: false). See #2566 by gurjeetbains |
| 202 | +* Added French translation by @vimar |
| 203 | +* [WebDriver] Updated `dragSlider` to work in WebDriver W3C protocol. Fixes #2557 by suniljaiswal01 |
199 | 204 |
|
200 | 205 | ## 2.6.10
|
201 | 206 |
|
|
0 commit comments