diff --git a/README.md b/README.md index 0cc9a657..a9539ab1 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,22 @@ This plugin adds support for using Pest PHP inside PHPStorm Then search for the plugin and install it as usual. +## Configuration + +To configure pest to run properly, you need to setup the the proper local test framework + +- Navigate to + + Preferences > Languages & Frameworks > PHP > Test Frameworks + + And add the following two configuration fields: + + Set "Path to Pest Executable" to + /path/to/your/project/vendor/pestphp/pest/bin/pest/ + + Set the "Test Runner" to + /path/to/your/project/phpunit.xml + + --- Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).