You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The project has a simple Behat testing scenario included, you can find it at `workshop/08_Testing/Behat/features/my_feature.feature`
4
+
5
+
---
6
+
To be able to use it please:
7
+
1. Select **PHP Behat** Interpreter at _Settings(Preferences) | Languages & Frameworks | PHP_
8
+
2. Open _Settings(Preferences) | Languages & Frameworks | PHP | Test Frameworks_ and make sure you have a remote Behat configuration called **PHP Behat**.
9
+
Open it and check that the path to Behat executable is `/opt/project/workshop/99_Miscellaneous/libs/behat-3.3.phar`
10
+
---
11
+
After this you can just right click `workshop/08_Testing/Behat/features/my_feature.feature` and select "Run my_feature.feature (Behat)"
0 commit comments