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