pestphp.com icon indicating copy to clipboard operation
pestphp.com copied to clipboard

add DEVSENSE.phptools-vscode extension

Open jakubmisek opened this issue 3 months ago • 0 comments

I would like to suggest adding PHP Tools extension to the list of IDE plugins supporting Pest.

PHP Tools extension allows to do the following tasks form the VSCode's UI:

  • Discover Pest tests and browse them in VSCode's Test Explorer window.
  • Run Pest tests - either all, by suite, or by custom selection.
  • Debug Pest test.
  • Profile Pest test.
  • Manage DataSets, and show failures with the test history for each of them separately.
  • Allow to run a single data set.

Example screenshot:

image

jakubmisek avatar Sep 24 '25 15:09 jakubmisek