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
+23-6Lines changed: 23 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,16 +7,33 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
#### 2.2.9
11
+
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)
14
+
***[WebDriver]** Improved error messages for `wait*` methods by **[disc](https://github.com/disc)**. See [#3983](https://github.com/Codeception/Codeception/issues/3983)
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
18
+
* hide binary response on debug
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
+
***[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)**
21
+
***[Yii2]** reverted [#3834](https://github.com/Codeception/Codeception/issues/3834), closing transaction after each request. [#3973](https://github.com/Codeception/Codeception/issues/3973) by **[iRipVanWinkle](https://github.com/iRipVanWinkle)**. Fixes [#3961](https://github.com/Codeception/Codeception/issues/3961)
22
+
* Added crap4j report support. Use `--coverage-crap4j` option and `codeception/c3` 2.0.10
23
+
*[PhpBrowser][Frameworks] If form has no id, use action attribute as identifier by **[Naktibalda](https://github.com/Naktibalda)**. Fixes [#3953](https://github.com/Codeception/Codeception/issues/3953)
24
+
* Fixed test coloring output when a Feature title has some special chars in it like `/` or `-`
25
+
***[REST]** Added missing **[part](https://github.com/part)**`json` and `xml` to `deleteHeader` by **[freezy](https://github.com/freezy)**-sk
26
+
10
27
#### 2.2.8
11
28
12
29
***[WebDriver]** Added tab actions (not supported in PhantomJS):
13
-
*[openNewTab](http://codeception.com/docs/modules/WebDriver#openNewTab) opens a new tab and switches to it
14
-
*[closeTab](http://codeception.com/docs/modules/WebDriver#closeTab) closes a tab and switches to previous
15
-
*[switchToNextTab](http://codeception.com/docs/modules/WebDriver#switchToNextTab) switches to next tab
16
-
*[switchToPreviousTab](http://codeception.com/docs/modules/WebDriver#switchToPreviousTab) switches to previous tab
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
17
34
***[WebDriver]** Added actions to click element by coordinates. Via **[gimler](https://github.com/gimler)**
18
-
*[clickWithLeftButton](http://codeception.com/docs/modules/WebDriver#clickWithLeftButton) clicks element with offset
19
-
*[clickWithRightButton](http://codeception.com/docs/modules/WebDriver#clickWithRightButton) right clicks on element with offset
35
+
*`clickWithLeftButton` clicks element with offset
36
+
*`clickWithRightButton` right clicks on element with offset
20
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)
21
38
***[WebDriver]** Improvements to `seeInField` by **[gimler](https://github.com/gimler)**. See [#3905](https://github.com/Codeception/Codeception/issues/3905)
22
39
* support option text in seeInField not only value
$fileData = '/9j/2wBDAAMCAgICAgMCAgIDAwMDBAYEBAQEBAgGBgUGCQgKCgkICQkKDA8MCgsOCwkJDRENDg8QEBEQCgwSExIQEw8QEBD/yQALCAABAAEBAREA/8wABgAQEAX/2gAIAQEAAD8A0s8g/9k='; // very small jpeg
0 commit comments