Skip to content

Commit 7e60fc3

Browse files
committed
addressing issue #47, second iteration
1 parent ab98291 commit 7e60fc3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Behat testing
2+
3+
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)"
12+

0 commit comments

Comments
 (0)