👋 Hello! The extension still in the early development phase.
PHPTestSuite provides integration for PHPUnit and PEST.
💡 In order to use this extension project must contain composer.json file with a PHPUnit or PEST installed.
- 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.
🎈 There's no configuration at this point.
👋 That's it! Hope you will enjoy using it!
P.S. Feel free to create issues, discussion, etc. 😉
- 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