I use tag to run specific test suite in cucumber test. It works fine locally, but when I run the same command on bamboo, all the other tests like unit tests and acceptance tests all ran.
the maven command is:
mvn clean test -Dcucumber.options="--tags @regression" -Dtest="IntegrationTest"
Please help.
Thanks
Maven task does not work well with quotes https://jira.atlassian.com/browse/BAM-17709
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.