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
+18Lines changed: 18 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,24 @@ title: Codeception Changelog
7
7
8
8
# Changelog
9
9
10
+
#### 2.3.5
11
+
12
+
* Fixed HTML report with unencoded HTML code by **[mpgo13](https://github.com/mpgo13)**. See [#3819](https://github.com/Codeception/Codeception/issues/3819)[#4423](https://github.com/Codeception/Codeception/issues/4423)
13
+
* Made `assertArraySubset` protected across all modules by **[guidocella](https://github.com/guidocella)**
14
+
*[WebDriver][PhpBrowser][Frameworks] Added support for associative arrays in `seeInFormFields` by **[guidocella](https://github.com/guidocella)**
15
+
*[PhpBrowser][Frameworks] Submit default values of checkboxes. See [#4411](https://github.com/Codeception/Codeception/issues/4411) by **[guidocella](https://github.com/guidocella)**
16
+
*[PhpBrowser][Frameworks] Make `seeInField` check options' texts and trimmed texts. By **[guidocella](https://github.com/guidocella)**
17
+
***[PhpBrowser]** Prevents `submitForm` to submit inputs in disabled fieldsets. Fixes [#4426](https://github.com/Codeception/Codeception/issues/4426) by **[moebrowne](https://github.com/moebrowne)**
18
+
***[PhpBrowser]** Fixed `amOnUrl` with empty path component. If path component was empty, it used previous url. Fixes [#4383](https://github.com/Codeception/Codeception/issues/4383) by **[Naktibalda](https://github.com/Naktibalda)**
19
+
***[Db]** Improved postgres cleanup (recreate schema) by **[samusenkoiv](https://github.com/samusenkoiv)**
20
+
***[Laravel5]** Don't duplicate associative array fields on form submission. See [#4414](https://github.com/Codeception/Codeception/issues/4414) by **[guidocella](https://github.com/guidocella)**
21
+
***[WebDriver]** Fixed `webDriver->getCapabilities()` for `facebook/php-webdriver` < 1.3 (could happen on PHP 5.4, 5.5). Fixes [#4435](https://github.com/Codeception/Codeception/issues/4435)
22
+
***[WebDriver]** Make `wait` accept fractional amount of seconds to wait for less than a second. By **[gvlasov](https://github.com/gvlasov)**
23
+
***[Laravel5]** Changing params loader to use `$_SERVER` global instead of `$_ENV`. See [#4401](https://github.com/Codeception/Codeception/issues/4401) by **[EricTendian](https://github.com/EricTendian)**
24
+
***[Mongo]** Fixes `haveInCollection` using `__toString`. See [#4442](https://github.com/Codeception/Codeception/issues/4442) by **[samusenkoiv](https://github.com/samusenkoiv)**
25
+
* Dereferencing vairables for Steps output. Fixes [#4402](https://github.com/Codeception/Codeception/issues/4402) by **[alambe](https://github.com/alambe)**
26
+
***[Symfony]** Load persistent services before loading profiler. See [#4437](https://github.com/Codeception/Codeception/issues/4437) by **[samusenkoiv](https://github.com/samusenkoiv)**
27
+
10
28
#### 2.3.4
11
29
12
30
* Added `@prepare` annotation to make realtime configuration for tests in Cest and Test classes. [See documentation](http://codeception.com/docs/06-ModulesAndHelpers#Runtime-Configuration-of-a-Test).
0 commit comments