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
* When Cest fails <strong><ahref="https://github.com/after">@after</a></strong> method wont be executed *2014-07-17*
19
-
* <strong>Laravel4</strong> App is rebooted before each test. Fixes <ahref="https://github.com/Codeception/Codeception/issues/1205">#1205</a> *2014-07-15*
19
+
* <strong>[Laravel4]</strong> App is rebooted before each test. Fixes <ahref="https://github.com/Codeception/Codeception/issues/1205">#1205</a> *2014-07-15*
20
20
* FIX: `codeception/specify` is now available in phar *2014-07-14*
21
21
* FIX: Interactive console works again *2014-07-09*
22
22
*`_bootstrap.php` is now loaded before `beforeSuite` module hooks.
23
23
* FIX: Suite `_bootstrap.php` was loaded after test run by <strong><ahref="https://github.com/samdark">@samdark</a></strong> *2014-07-11*
24
24
25
25
#### 2.0.2
26
26
27
-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> correctly send values when there are several submit buttons in a form by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-08*
28
-
* <strong>REST</strong> fixed connection with framework modules *2014-07-06*
29
-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> `checkOption` now works for checkboxes with array[] name by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong>
30
-
* <strong>PhpBrowser</strong><strong>Frameworks</strong> FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-05*
31
-
* <strong>FTP</strong> MODULE ADDED by <strong><ahref="https://github.com/nathanmac">@nathanmac</a></strong> *2014-07-05*
32
-
* <strong>WebDriver</strong> Enabled remote upload of local files to remote selenium server by <strong><ahref="https://github.com/motin">@motin</a></strong> *2014-07-05*
33
-
* <strong>Yii2</strong><strong>Yii1</strong> disabled logging for better functional test performance
27
+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> correctly send values when there are several submit buttons in a form by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-08*
28
+
* <strong>[REST]</strong> fixed connection with framework modules *2014-07-06*
29
+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> `checkOption` now works for checkboxes with array[] name by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong>
30
+
* <strong>[PhpBrowser]</strong><strong>[Frameworks]</strong> FIX: `seeOptionIsSelected` and `dontSeeOptionIsSelected` now works with radiobuttons by <strong><ahref="https://github.com/TrustNik">@TrustNik</a></strong> *2014-07-05*
31
+
* <strong>[FTP]</strong> MODULE ADDED by <strong><ahref="https://github.com/nathanmac">@nathanmac</a></strong> *2014-07-05*
32
+
* <strong>[WebDriver]</strong> Enabled remote upload of local files to remote selenium server by <strong><ahref="https://github.com/motin">@motin</a></strong> *2014-07-05*
33
+
* <strong>[Yii2]</strong><strong>[Yii1]</strong> disabled logging for better functional test performance
34
34
35
35
#### 2.0.1
36
36
37
-
* <strong>Phalcon1</strong> Fixed connector
38
-
* <strong>WebDriver</strong> added seeInPageSource and dontSeeInPageSource methods
39
-
* <strong>WebDriver</strong> see method now checks only for visible BODY element by <strong><ahref="https://github.com/artyfarty">@artyfarty</a></strong>
40
-
* <strong>REST</strong> added Bearer authentication by <strong><ahref="https://github.com/dizews">@dizews</a></strong>
37
+
* <strong>[Phalcon1]</strong> Fixed connector
38
+
* <strong>[WebDriver]</strong> added seeInPageSource and dontSeeInPageSource methods
39
+
* <strong>[WebDriver]</strong> see method now checks only for visible BODY element by <strong><ahref="https://github.com/artyfarty">@artyfarty</a></strong>
40
+
* <strong>[REST]</strong> added Bearer authentication by <strong><ahref="https://github.com/dizews">@dizews</a></strong>
41
41
* removed auto added submit buttons in forms previously used as hook for DomCrawler
42
42
* BUGFIX: PHP 5.4.x compatibility fixed. Sample error output: 'Method WelcomeCept.php does not exist' <ahref="https://github.com/Codeception/Codeception/issues/1084">#1084</a> <ahref="https://github.com/Codeception/Codeception/issues/1069">#1069</a> <ahref="https://github.com/Codeception/Codeception/issues/1109">#1109</a>
43
43
* Second parameter of Cest method is treated as scenario variable on parse. Fix <ahref="https://github.com/Codeception/Codeception/issues/1058">#1058</a>
44
44
* prints raw stack trace including codeception classes in -vvv mode
45
45
* screenshots on fail are saved to properly named files <ahref="https://github.com/Codeception/Codeception/issues/1075">#1075</a>
46
-
* <strong>Symfony2</strong> added debug config option to switch debug mode by <strong><ahref="https://github.com/pmcjury">@pmcjury</a></strong>
46
+
* <strong>[Symfony2]</strong> added debug config option to switch debug mode by <strong><ahref="https://github.com/pmcjury">@pmcjury</a></strong>
47
47
48
48
#### 2.0.0
49
49
@@ -62,7 +62,7 @@ title: Codeception Changelog
62
62
63
63
#### 2.0.0-RC
64
64
65
-
* <strong>WebDriver</strong> makeScreenshot does not use filename of a test
65
+
* <strong>[WebDriver]</strong> makeScreenshot does not use filename of a test
66
66
* added `grabAttributeFrom`
67
67
* seeElement to accept attributes in second parameter: seeElement('input',['name'=>'login'])
0 commit comments