Skip to content

Releases: JetBrains/pest-intellij

v1.12.0

23 Oct 15:35
Compare
Choose a tag to compare

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

12 Sep 09:06
Compare
Choose a tag to compare

Added

  • Added support for running tests in describe block (#498)

Fixed

  • Fixed property declared dynamically showing warning in pest test cases
  • Fixed goto and rerun tests not working on new pest versions

v1.10.1

31 May 20:55
Compare
Choose a tag to compare

Changed

  • Changed pest file creation to two actions (tests and dataset)

Added

  • Save test flavour preferences when creating a new test

v1.10.0

31 May 10:49
Compare
Choose a tag to compare

Added

  • Added pest file creation support

Fixed

  • Remove test sources filter lookup, as it breaks others plugins

v1.10.0-EAP.1

31 May 10:15
Compare
Choose a tag to compare
v1.10.0-EAP.1 Pre-release
Pre-release

Added

  • Added pest file creation support

v1.9.3

31 May 07:47
Compare
Choose a tag to compare

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

26 Apr 16:04
595e954
Compare
Choose a tag to compare
v1.9.3-EAP.2 Pre-release
Pre-release

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

01 Mar 14:24
80472f1
Compare
Choose a tag to compare

Fixed

  • Fixed "Preferred Coverage Engine" not being saved

v1.9.1

28 Feb 09:05
7800863
Compare
Choose a tag to compare

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

28 Feb 08:24
Compare
Choose a tag to compare
v1.9.1-EAP.3 Pre-release
Pre-release

Fixed

  • Fixed ComposerLibraryManager being nullable now.
  • Fixed running tests with filenames containing _.

Changed

  • Changed logic for base path to be from composer.json file.