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
+56-45Lines changed: 56 additions & 45 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -301,17 +301,6 @@ Released by [ Naktib
301
301
* Documentation updates [#67](https://github.com/Codeception/module-doctrine2/issues/67) and [#68](https://github.com/Codeception/module-doctrine2/issues/68) by **[ThomasLandauer](https://github.com/ThomasLandauer)**
302
302
303
303
304
-
### Codeception 5.0.10: 5.0.10
305
-
306
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2023/03/14 07:27:00 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
307
-
308
-
309
-
310
-
* JUnitReporter: Fixed compatibility with PHPUnit 10.0.16 [#6656](https://github.com/Codeception/Codeception/issues/6656)
311
-
* Recorder extension: Fixed type error [#6643](https://github.com/Codeception/Codeception/issues/6643) by **[thomashohn](https://github.com/thomashohn)**
312
-
* Validate test filter pattern without warning [#6641](https://github.com/Codeception/Codeception/issues/6641) by **[dmitryuk](https://github.com/dmitryuk)**
313
-
314
-
315
304
### module-rest 2.0.3: 2.0.3
316
305
317
306
Released by [ Naktibalda](https://github.com/Naktibalda) on 2023/03/10 19:24:26 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)
@@ -853,16 +842,6 @@ Released by [ Naktib
853
842
* Fix type error in PHP 8.1 when converting ms to sec [#103](https://github.com/Codeception/module-webdriver/issues/103)
854
843
855
844
856
-
### Codeception 5.0.0-RC7: 5.0.0-RC7
857
-
858
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/07/22 05:52:09 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
859
-
860
-
861
-
862
-
* Fixed injecting dependencies to actor in Cest and Gherkin formats [#6506](https://github.com/Codeception/Codeception/issues/6506)
863
-
* Variadic parameters can be skipped in dependency injection [#6505](https://github.com/Codeception/Codeception/issues/6505)
864
-
865
-
866
845
### module-datafactory 3.0.0: 3.0.0
867
846
868
847
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/07/18 16:39:04 / [Repository](https://github.com/Codeception/module-datafactory) / [Releases](https://github.com/Codeception/module-datafactory/releases)
@@ -1245,17 +1224,6 @@ Released by [ Naktib
1245
1224
* Read about earlier change in [CHANGELOG](https://github.com/Codeception/Codeception/blob/5.0/CHANGELOG-5.x.md).
1246
1225
1247
1226
1248
-
### Codeception 4.1.31: 4.1.31
1249
-
1250
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/13 17:17:13 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1251
-
1252
-
1253
-
1254
-
* RunBefore extension prints error output and stops execution if command failed
1255
-
* Action file generator: Fixed handling of intersection types
1256
-
* Action file generator: Fixed handling of self and parent types
1257
-
1258
-
1259
1227
### module-webdriver 3.1.0: 3.1.0
1260
1228
1261
1229
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 17:08:21 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -1277,19 +1245,6 @@ Released by [ Naktib
1277
1245
* Uses lib-xml
1278
1246
1279
1247
1280
-
### Codeception 5.0.0-alpha3: 5.0.0-alpha3
1281
-
1282
-
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 11:02:50 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1283
-
1284
-
1285
-
1286
-
* Support intersection types in actions
1287
-
* Introduced PSR-12 code style
1288
-
* Extracted some code to modules and shared libs
1289
-
* Fixed new incompatibilities with PHPUnit 10
1290
-
1291
-
1292
-
1293
1248
### module-rest 3.1.0: 3.1.0
1294
1249
1295
1250
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/03/11 11:00:56 / [Repository](https://github.com/Codeception/module-rest) / [Releases](https://github.com/Codeception/module-rest/releases)
@@ -1529,6 +1484,31 @@ Released by [ Tavo
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/01/30 18:56:34 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1490
+
1491
+
1492
+
1493
+
* Decoupled test execution and reporting from PHPUnit
1494
+
* Custom reporters implementing TestListener are no longer supported and must be converted to Extensions
1495
+
* Tests of all formats are reported as useless if they perform no assertions and reports_useless_tests setting is enabled
1496
+
* Added path_coverage setting to enable path and branch coverage [#6158](https://github.com/Codeception/Codeception/issues/6158) by **[s0lus](https://github.com/s0lus)**
1497
+
* Added optional value to fail-fast option ([#6275](https://github.com/Codeception/Codeception/issues/6275)) by **[Verest](https://github.com/Verest)**
1498
+
* Removed JSON and TAP loggers
1499
+
* Removed code coverage blacklist functionality
1500
+
* Removed deprecated class aliases
1501
+
- Codeception\TestCase\Test
1502
+
- Codeception\Platform\Group
1503
+
- Codeception\Platform\Group
1504
+
- Codeception\TestCase
1505
+
* Removed settings disallow_test_output, log_incomplete_skipped and report_useless_tests
1506
+
* Introduced strict types in the code base by **[TavoNiievez](https://github.com/TavoNiievez)**
1507
+
* Compatible with PHPUnit 10 only
1508
+
* Compatible with Symfony 4.4 - 6.0
1509
+
* Requires PHP 8.0 or higher
1510
+
1511
+
1532
1512
### module-doctrine2 2.0.1: 2.0.1
1533
1513
1534
1514
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/01/28 18:34:39 / [Repository](https://github.com/Codeception/module-doctrine2) / [Releases](https://github.com/Codeception/module-doctrine2/releases)
@@ -1569,6 +1549,16 @@ Released by [ Naktib
1569
1549
* Fixed type of client property
1570
1550
1571
1551
1552
+
### Codeception 4.1.28: 4.1.28
1553
+
1554
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2022/01/05 16:50:04 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1555
+
1556
+
1557
+
1558
+
* Strictly compare test hashes to avoid skipping tests [#6320](https://github.com/Codeception/Codeception/issues/6320) by **[michel-cetina](https://github.com/michel-cetina)**
1559
+
* Fixed deprecation message in codecept build [#6311](https://github.com/Codeception/Codeception/issues/6311) by **[barmax](https://github.com/barmax)**
1560
+
1561
+
1572
1562
### module-webdriver 2.0.1: 2.0.1
1573
1563
1574
1564
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/29 16:57:38 / [Repository](https://github.com/Codeception/module-webdriver) / [Releases](https://github.com/Codeception/module-webdriver/releases)
@@ -1627,6 +1617,27 @@ Released by [ Tavo
1627
1617
* Updating docs to new default algo sha1 by **[ThomasLandauer](https://github.com/ThomasLandauer)** in https://github.com/Codeception/module-rest/pull/66
1628
1618
1629
1619
1620
+
### Codeception 4.1.27: 4.1.27
1621
+
1622
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/22 06:49:04 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1623
+
1624
+
1625
+
1626
+
* Renamed editorUrl setting to editor_url for consistency
1627
+
* Fixed wildcard matching of group files ([#6302](https://github.com/Codeception/Codeception/issues/6302)) by **[DavertMik](https://github.com/DavertMik)**
1628
+
1629
+
1630
+
### Codeception 4.1.26: 4.1.26
1631
+
1632
+
Released by [ Naktibalda](https://github.com/Naktibalda) on 2021/12/21 19:25:44 / [Repository](https://github.com/Codeception/Codeception) / [Releases](https://github.com/Codeception/Codeception/releases)
1633
+
1634
+
1635
+
1636
+
* Added editorUrl setting to codeception.yml ([#6261](https://github.com/Codeception/Codeception/issues/6261)) by **[ThomasLandauer](https://github.com/ThomasLandauer)**
1637
+
* Reverted optional value to fail-fast option because it was breaking change ([#6290](https://github.com/Codeception/Codeception/issues/6290))
1638
+
* Fixed E_DEPRECATED warnings in Example class on PHP 8.1 ([#6298](https://github.com/Codeception/Codeception/issues/6298)) by **[fabacino](https://github.com/fabacino)**
1639
+
1640
+
1630
1641
### module-phpbrowser 2.0.2: 2.0.2
1631
1642
1632
1643
Released by [ TavoNiievez](https://github.com/TavoNiievez) on 2021/12/21 15:23:57 / [Repository](https://github.com/Codeception/module-phpbrowser) / [Releases](https://github.com/Codeception/module-phpbrowser/releases)
0 commit comments