Skip to content

Releases: sculpt0r/vsc-ava-test-runner

0.0.9

09 Sep 12:41
33d9324
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.0.8...0.0.9

0.0.8

16 Jun 10:10
3525fc0
Compare
Choose a tag to compare

What's Changed

  • fix(GH-8): avoid crash caused by code lens on commented line by @sculpt0r in #9

Full Changelog: 0.0.7...0.0.8

0.0.7

26 Jan 17:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.0.6...0.0.7

0.0.6

19 Dec 05:31
Compare
Choose a tag to compare

What's Changed

  • fix(1): use proper property to get active file path by @sculpt0r in #5

Full Changelog: 0.0.5...0.0.6

0.0.5

19 Aug 21:56
Compare
Choose a tag to compare

What's Changed

  • Fix: escape character \ in test title, makes matching failed

Full Changelog: 0.0.4...0.0.5

0.0.4

19 Aug 07:12
Compare
Choose a tag to compare

What's Changed

  • Introduce Code Lens with debug test case by @sculpt0r in #3

Full Changelog: 0.0.3...0.0.4

0.0.3

23 Jul 19:49
Compare
Choose a tag to compare

[0.0.3]

Added

  • Properly register plugin option with package.json. This allow intellisense for plugin config.
  • Add plugin logo.
  • Update dependencies.

0.0.2

05 Jul 05:08
Compare
Choose a tag to compare

[0.0.2]

Added

  • Add extension setting: ava-runner.experimentalEnabled
  • Add experimental feature: run test case via line number. Use the ava-runner.experimentalEnabled config option to enable that feature

0.0.1

22 Jun 03:10
Compare
Choose a tag to compare

Initial release.

Added
Run a single test file with the command: AVA: Run tests in this file
Run a single test case with a code lens