Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,553,440
Community Members
 
Community Events
184
Community Groups

Bamboo | Selenium | Tests with TestNg @Test are getting skipped on execution

Edited

Hi,

 

I have configured a Maven.3 Job in Bamboo and facing issue when executing mvn clean test-

All the @techoneway are getting skipped.

Only @BeforeClass, @BeforeSuite, @AfterClass, @AfterSuite are getting executed properly.

 

Am i Missing anything here ? :|

 

Kindly help.

 

Regards,

Rahul Rana

2 answers

0 votes
Cristiano Mariano
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Jan 01, 2020 • edited

Hi! How are you doing?

I had some issues like that and they were related to naming conventions.

I had to change method names to start with test (e.g. testMethodX).

Another thing to look would be the name of the test classes. According to surefire (that is called by maven to run the tests) documentation:

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".
  • "**/*TestCase.java" - includes all of its subdirectories and all java filenames that end with "TestCase".

At last I would check whether test methods are public.

Hope this helps!

0 votes
Daniel Santos
Atlassian Team
Atlassian Team members are employees working across the company in a wide variety of roles.
Dec 19, 2019

Hi @rahul rana


The Maven task a wrapper that will call mvn with the parameters provided there.

Would you mind checking if this problem is still happening when you run mvn from the terminal?
What I'm trying to achieve with the above question is to isolate the problem identifying where the source of it is located. Let see if a similar behavior will happen.


Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events