Skip to content

Commit 40f489e

Browse files
committed
updated changelog & version bump
1 parent 90e89fb commit 40f489e

File tree

5 files changed

+53
-22
lines changed

5 files changed

+53
-22
lines changed

CHANGELOG.md

Lines changed: 21 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,53 @@
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+
16
## 3.0.3
27

38
* **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
611
* Command `npx codeceptjs init` improved
712
* auto-installing required packages
813
* better error messages
914
* 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
1217
* Enabled autocompletion for custom helpers. #2695 by @PeterNgTr
1318
* 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
1520
* Fixed definitions generation errors by @elukoyanov. See #2707 and #2718
1621
* 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
1722
* 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
1924
* [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
2429

2530

2631

2732
## 3.0.2
2833

2934
* [Playwright] Fix connection close with remote browser. See #2629 by @dipiash
3035
* [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.
3237
Duplicate test names can cause `codeceptjs run-workers` to not function. See #2656 by @Georgegriff
3338
* Documentation fixes
3439

3540
Bug Fixes:
3641
* --suites flag now should function correctly for `codeceptjs run-workers`. See #2655 by @Georgegriff
3742
* [autoLogin plugin] Login methods should now function as expected with `codeceptjs run-workers`. See #2658 by @Georgegriff, resolves #2620
38-
43+
3944

4045

4146
## 3.0.1
4247

4348
♨️ Hot fix:
4449
* Lock the mocha version to avoid the errors. See #2624 by PeterNgTr
45-
50+
4651
🐛 Bug Fix:
4752
* Fixed error handling in Scenario.js. See #2607 by haveac1gar
4853
* 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'));
193198
## 2.6.11
194199

195200
* [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
199204

200205
## 2.6.10
201206

docs/changelog.md

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

88
# Releases
99

10+
## 3.0.3
11+
12+
* **Playwright 1.7 support**
13+
* **[Playwright]** Fixed handling null context in click. See [#2667](https://github.com/codeceptjs/CodeceptJS/issues/2667) by **[matthewjf](https://github.com/matthewjf)**
14+
* **[Playwright]** Fixed `Cannot read property '$$' of null` when locating elements. See [#2713](https://github.com/codeceptjs/CodeceptJS/issues/2713) by **[matthewjf](https://github.com/matthewjf)**
15+
* Command `npx codeceptjs init` improved
16+
* auto-installing required packages
17+
* better error messages
18+
* fixed generating type definitions
19+
* 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](https://github.com/codeceptjs/CodeceptJS/issues/2698) by **[Georgegriff](https://github.com/Georgegriff)**
20+
* **[Puppeteer]** Fixed that `waitForFunction` was not working with number values. See [#2703](https://github.com/codeceptjs/CodeceptJS/issues/2703) by **[MumblesNZ](https://github.com/MumblesNZ)**
21+
* Enabled autocompletion for custom helpers. [#2695](https://github.com/codeceptjs/CodeceptJS/issues/2695) by **[PeterNgTr](https://github.com/PeterNgTr)**
22+
* Emit test.after on workers. Fix [#2693](https://github.com/codeceptjs/CodeceptJS/issues/2693) by **[jccguimaraes](https://github.com/jccguimaraes)**
23+
* TypeScript: Allow .ts config files. See [#2708](https://github.com/codeceptjs/CodeceptJS/issues/2708) by **[elukoyanov](https://github.com/elukoyanov)**
24+
* Fixed definitions generation errors by **[elukoyanov](https://github.com/elukoyanov)**. See [#2707](https://github.com/codeceptjs/CodeceptJS/issues/2707) and [#2718](https://github.com/codeceptjs/CodeceptJS/issues/2718)
25+
* 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](https://github.com/codeceptjs/CodeceptJS/issues/2715) by **[elukoyanov](https://github.com/elukoyanov)**
26+
* Emit hook.failed in workers. Fix [#2723](https://github.com/codeceptjs/CodeceptJS/issues/2723) by **[jccguimaraes](https://github.com/jccguimaraes)**
27+
* [wdio plugin] Added `seleniumArgs` and `seleniumInstallArgs` config options for plugin. See [#2687](https://github.com/codeceptjs/CodeceptJS/issues/2687) by **[andrerleao](https://github.com/andrerleao)**
28+
* [allure plugin] Added `addParameter` method in [#2717](https://github.com/codeceptjs/CodeceptJS/issues/2717) by **[jancorvus](https://github.com/jancorvus)**. Fixes [#2716](https://github.com/codeceptjs/CodeceptJS/issues/2716)
29+
* Added mocha-based `--reporter-options` and `--reporter <name>` commands to `run-workers` command by in [#2691](https://github.com/codeceptjs/CodeceptJS/issues/2691) **[Ameterezu](https://github.com/Ameterezu)**
30+
* Fixed infinite loop for junit reports. See [#2691](https://github.com/codeceptjs/CodeceptJS/issues/2691) **[Ameterezu](https://github.com/Ameterezu)**
31+
* Added status, start/end time, and match line for BDD steps. See [#2678](https://github.com/codeceptjs/CodeceptJS/issues/2678) by **[ktryniszewski-mdsol](https://github.com/ktryniszewski-mdsol)**
32+
* [stepByStepReport plugin] Fixed "helper.saveScreenshot is not a function". Fix [#2688](https://github.com/codeceptjs/CodeceptJS/issues/2688) by **[andrerleao](https://github.com/andrerleao)**
33+
34+
35+
1036
## 3.0.2
1137

1238
* **[Playwright]** Fix connection close with remote browser. See [#2629](https://github.com/codeceptjs/CodeceptJS/issues/2629) by **[dipiash](https://github.com/dipiash)**

docs/examples.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ editLink: false
88

99
# Examples
1010
> Add your own examples to our [Wiki Page](https://github.com/codeceptjs/CodeceptJS/wiki/Examples)
11-
## [TodoMVC Examples](https://github.com/codeceptjs/examples)
11+
## [TodoMVC Examples](https://github.com/codecept-js/examples)
1212

13-
![](https://github.com/codeceptjs/examples/raw/master/todo.png)
13+
![](https://github.com/codecept-js/examples/raw/master/todo.png)
1414

1515
Playground repository where you can run tests in different helpers on a basic single-page website.
1616

@@ -23,7 +23,7 @@ Tests repository demonstrate usage of
2323
* PageObjects
2424
* Cucumber syntax
2525

26-
## [Basic Examples](https://github.com/codeceptjs/CodeceptJS/tree/master/examples)
26+
## [Basic Examples](https://github.com/Codeception/CodeceptJS/tree/master/examples)
2727

2828
CodeceptJS repo contains basic tests (both failing and passing) just to show how it works.
2929
Our team uses it to test new features and run simple scenarios.
@@ -155,4 +155,4 @@ Suggestions and improvements are welcome , please raise a ticket in Issue tab.
155155
* Step by step setup in README
156156
* Two helpers are added. UI - Puppeteer , API - REST and chai-codeceptJS for assetion
157157
* ESLint for code check
158-
* Upcoming : API generic functions , Adaptor design pattern , More utilities
158+
* Upcoming : API generic functions , Adaptor design pattern , More utilities

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",

runok.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ title: ${name}
349349
});
350350
stopOnFail(true);
351351

352-
await exec('./runio.js publish');
352+
await exec('./runok.js publish');
353353
});
354354
},
355355

0 commit comments

Comments
 (0)