Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.03 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.03 KB

👋 Hello! The extension still in the early development phase.

PHPTestSuite provides integration for PHPUnit and PEST.

Requirements

💡 In order to use this extension project must contain composer.json file with a PHPUnit or PEST installed.

Usage

  • Use PHPTestSuite sidebar (double click on the test inside a file will run it or use context menu to run a file)
  • Open the command palette and type PhpTestSuite, RunFile, RunNearest, RunLatest, etc.

Configuration

🎈 There's no configuration at this point.

Community

👋 That's it! Hope you will enjoy using it!

P.S. Feel free to create issues, discussion, etc. 😉

Roadmap

  • Create a way to show that test is running
  • Add shortcuts
  • Show success or error icon right next to each test in the sidebar
  • Run a single test in file from the command palette
  • Support different projects architecture (DDD, Modules, etc…)
  • Better tests filtering, right now there’s known issues with a regex
  • Better folding in the sidebar