Skip to content

Instantly share code, notes, and snippets.

@streichsbaer
Created July 6, 2016 02:55
Show Gist options
  • Save streichsbaer/415ef7c5c94aabb9da1d42929d105e72 to your computer and use it in GitHub Desktop.
Save streichsbaer/415ef7c5c94aabb9da1d42929d105e72 to your computer and use it in GitHub Desktop.
git clone https://github.com/continuumsecurity/bdd-security.git
cd bdd-security
./gradlew -Dcucumber.options="--tags @authentication --tags ~@skip" test
@ansiklee
Copy link

ansiklee commented Aug 4, 2017

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment