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.markdown
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,11 @@ title: Codeception Changelog
10
10
#### 2.2.9
11
11
12
12
***[Laravel5]****Laravel 5.4 support** by **[janhenkgerritsen](https://github.com/janhenkgerritsen)**
13
-
***[WebDriver]** Added `performOn` to wait for element, and run actions inside it. See [complete reference](http://codeception.com/docs/modules/WebDriver#performOn). [#3986](https://github.com/Codeception/Codeception/issues/3986)
13
+
***[WebDriver]** Added [performOn](http://codeception.com/docs/modules/WebDriver#performOn) method to wait for an element and run sequence of actions inside it. [#3986](https://github.com/Codeception/Codeception/issues/3986)
14
14
***[WebDriver]** Improved error messages for `wait*` methods by **[disc](https://github.com/disc)**. See [#3983](https://github.com/Codeception/Codeception/issues/3983)
15
15
***[REST]** Binary responses support by **[spikyjt](https://github.com/spikyjt)**[#3993](https://github.com/Codeception/Codeception/issues/3993)[#3985](https://github.com/Codeception/Codeception/issues/3985)
16
-
*`seeBinaryResponseEquals` assert that binary response matches a hash
17
-
*`seeBinaryResponseEquals` assert that binary response doesn't match a hash
16
+
*[seeBinaryResponseEquals](http://codeception.com/docs/modules/REST#seeBinaryResponseEquals) assert that binary response matches a hash
17
+
*[dontSeeBinaryResponseEquals](http://codeception.com/docs/modules/REST#dontSeeBinaryResponseEquals) assert that binary response doesn't match a hash
18
18
* hide binary response on debug
19
19
***[Laravel5]** module fix error for applications that do not use a database. See [#3954](https://github.com/Codeception/Codeception/issues/3954) by **[janhenkgerritsen](https://github.com/janhenkgerritsen)**. Fixed [#3942](https://github.com/Codeception/Codeception/issues/3942)
20
20
***[Laravel5]** database seeders to be executed inside a transaction. See [#3954](https://github.com/Codeception/Codeception/issues/3954) by **[janhenkgerritsen](https://github.com/janhenkgerritsen)**. Fixed [#3948](https://github.com/Codeception/Codeception/issues/3948) by **[janhenkgerritsen](https://github.com/janhenkgerritsen)**
@@ -27,13 +27,13 @@ title: Codeception Changelog
27
27
#### 2.2.8
28
28
29
29
***[WebDriver]** Added tab actions (not supported in PhantomJS):
30
-
*`openNewTab` opens a new tab and switches to it
31
-
*`closeTab` closes a tab and switches to previous
32
-
*`switchToNextTab` switches to next tab
33
-
*`switchToPreviousTab` switches to previous tab
30
+
*[openNewTab](http://codeception.com/docs/modules/WebDriver#openNewTab) opens a new tab and switches to it
31
+
*[closeTab](http://codeception.com/docs/modules/WebDriver#closeTab) closes a tab and switches to previous
32
+
*[switchToNextTab](http://codeception.com/docs/modules/WebDriver#switchToNextTab) switches to next tab
33
+
*[switchToPreviousTab](http://codeception.com/docs/modules/WebDriver#switchToPreviousTab) switches to previous tab
34
34
***[WebDriver]** Added actions to click element by coordinates. Via **[gimler](https://github.com/gimler)**
35
-
*`clickWithLeftButton` clicks element with offset
36
-
*`clickWithRightButton` right clicks on element with offset
35
+
*[clickWithLeftButton](http://codeception.com/docs/modules/WebDriver#clickWithLeftButton) clicks element with offset
36
+
*[clickWithRightButton](http://codeception.com/docs/modules/WebDriver#clickWithRightButton) right clicks on element with offset
37
37
***[WebDriver]** Added `js_error_logging` option to print JS logs in console and in HTML report by **[ngraf](https://github.com/ngraf)**. See [#3821](https://github.com/Codeception/Codeception/issues/3821)
38
38
***[WebDriver]** Improvements to `seeInField` by **[gimler](https://github.com/gimler)**. See [#3905](https://github.com/Codeception/Codeception/issues/3905)
39
39
* support option text in seeInField not only value
0 commit comments