Skip to content

Releases: JetBrains/pest-intellij

v0.4.1

02 Oct 08:36
7a155d7
Compare
Choose a tag to compare

Added

  • Added support for auto-generated it test names. (#72)

Changed

  • Made the regex tightly bound and reused the same regex in rerun action. (#72)

v0.4.0

20 Sep 12:59
9bc6ccc
Compare
Choose a tag to compare

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)
  • Added pcov coverage engine support (#64)

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)
  • Fixed rerunning tests with namespaces (#69)

v0.4.0-alpha.7

19 Sep 08:58
e512946
Compare
Choose a tag to compare
v0.4.0-alpha.7 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)
  • Fixed rerunning tests with namespaces (#69)

Security

v0.4.0-alpha.6

17 Sep 06:54
319fcc7
Compare
Choose a tag to compare
v0.4.0-alpha.6 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)
  • Fixed allow location to be null in location provider. (#68)

Security

v0.4.0-alpha.5

09 Sep 08:21
8c01013
Compare
Choose a tag to compare
v0.4.0-alpha.5 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)
  • Added completions for static and protected $this methods. (#66)
  • Added completions $this fields declared in beforeEach functions. (#66)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)

Security

v0.4.0-alpha.4

06 Sep 07:05
9a8e9f9
Compare
Choose a tag to compare
v0.4.0-alpha.4 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)

Changed

Deprecated

Removed

Fixed

  • Fixed duplicate test name error when no test name is given yet. (#61)
  • Fixed finding tests with namespace at the top. (#65)

Security

v0.4.0-alpha.3

20 Aug 08:15
40b971c
Compare
Choose a tag to compare
v0.4.0-alpha.3 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)
  • Added inspection for duplicate test names in same file. (#56)

v0.4.0-alpha.2

19 Aug 15:31
47d60e3
Compare
Choose a tag to compare
v0.4.0-alpha.2 Pre-release
Pre-release

Added

  • Added support for showing pest version (#52)
  • Type provider for Pest test functions (#48)
  • Added support for navigation between tests and test subject (#53)
  • Added error reporting to GitHub issues (#55)

v0.3.3

15 Aug 18:26
31142f7
Compare
Choose a tag to compare

Fixed

  • Fixed running with dataset (#47)

v0.3.2

12 Aug 07:24
c5c30b4
Compare
Choose a tag to compare

Added

  • Added dark/light mode icons (#45)