Skip to content

Commit

Permalink
Releasing 2.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jun 24, 2019
1 parent f771127 commit 03eecf3
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.1.5

* **EXPERIMENTAL** [Wix Detox support](https://github.com/Codeception/detox-helper) introduced as standalone helper. Provides a faster alternative to Appium for mobile testing.
* Saving successful commands inside interactive pause into `_output/cli-history` file. By @hubidu
* Fixed hanging error handler inside scenario. See [#1721](https://github.com/Codeception/CodeceptJS/pull/1721) by @haily-lgc.
* Fixed by @Vorobeyko: tests did not fail when an exception was raised in async bootstrap.
* [WebDriver] Added window control methods by @emmonspired
* `grabAllWindowHandles` returns all window handles
* `grabCurrentWindowHandle` returns current window handle
* `switchToWindow` switched to window by its handle
* [Appium] Fixed using `host` as configuration by @trinhpham
* Fixed `run-multiple` command when `tests` config option is undefined (in Gherkin scenarios). By @gkushang.
* German translation introduced by @hubidu

## 2.1.4

* [WebDriver][Puppeteer][Protractor][Nightmare] A11y locator support introduced by @Holorium. Clickable elements as well as fields can be located by following attributes:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs",
"version": "2.1.4",
"version": "2.1.5",
"description": "Modern Era Acceptance Testing Framework for NodeJS",
"keywords": [
"acceptance",
Expand Down

0 comments on commit 03eecf3

Please sign in to comment.