Created
July 6, 2016 02:55
-
-
Save streichsbaer/415ef7c5c94aabb9da1d42929d105e72 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git clone https://github.com/continuumsecurity/bdd-security.git | |
cd bdd-security | |
./gradlew -Dcucumber.options="--tags @authentication --tags ~@skip" test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have the following message:
./gradlew -Dcucumber.options="--tags @authentication --tags ~@Skip"
'.' is not recognized as an internal or external command, operable program or batch file.
How can I fix this issue?