banking-au | Australian Banking File Formats Library
kandi X-RAY | banking-au Summary
kandi X-RAY | banking-au Summary
Australian Banking File Formats Library
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of banking-au
banking-au Key Features
banking-au Examples and Code Snippets
Community Discussions
Trending Discussions on banking-au
QUESTION
I was trying to run maven project for my automation script using selenium/java. However, the tests are not getting run when I executed mvn test command. Please let me know what could be the issue that the cucumber tests are not getting executed when I try to run maven Project.
...ANSWER
Answered 2018-Jul-26 at 06:59The name of the test class is important, if not specified explicitely.
By default, the Surefire Plugin will automatically include all test classes with the following wildcard patterns:
"**/Test*.java" - includes all of its subdirectories and all Java filenames that start with "Test".
"**/*Test.java" - includes all of its subdirectories and all Java filenames that end with "Test".
"**/*Tests.java" - includes all of its subdirectories and all Java filenames that end with "Tests".
"**/*TestCase.java" - includes all of its subdirectories and all Java filenames that end with "TestCase".
Your class is named Epic2TestRunner.java
so it is not recognized by default. Renaming it to TestEpic2Runner.java
or Epic2RunnerTest.java
would be a possible solution.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install banking-au
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page