Releases: JetBrains/pest-intellij
Releases · JetBrains/pest-intellij
v1.12.0
Added
- Added proper resolve for custom expectations
- Added proper rename for custom expectations
- Added migration startup activity to delete redundant generated
Expectation.php
file
Fixed
- Fixed infinite "Closing project..." dialog issue on project close
Changed
- Reworked custom expectations engine using Symbol API
- Removed
Expectation.php
generation
v1.11.0
v1.10.1
Changed
- Changed pest file creation to two actions (tests and dataset)
Added
- Save test flavour preferences when creating a new test
v1.10.0
Added
- Added pest file creation support
Fixed
- Remove test sources filter lookup, as it breaks others plugins
v1.10.0-EAP.1
Added
- Added pest file creation support
v1.9.3
Fixed
- Fixed file icon missing if all tests has property calls
- Fixed gutter icon not updating state correctly
- Fixed test names with
[
and]
not being matched correctly - Fixed test name casing inspection not working correctly with
it
tests
v1.9.3-EAP.2
Fixed
- Fixed file icon missing if all tests has property calls
- Fixed gutter icon not updating state correctly
- Fixed test names with
[
and]
not being matched correctly
v1.9.2
Fixed
- Fixed "Preferred Coverage Engine" not being saved
v1.9.1
Fixed
- Fixed ComposerLibraryManager being nullable now.
- Fixed running tests with filenames containing
_
.
Changed
- Changed logic for base path to be from composer.json file.
v1.9.1-EAP.3
Fixed
- Fixed ComposerLibraryManager being nullable now.
- Fixed running tests with filenames containing
_
.
Changed
- Changed logic for base path to be from composer.json file.