Intellij idea configurations

Hello devs, anyone using intellij idea help me with configurations. I am trying to run some tests, but I think somehow somewhere my configurations are hindering me.

any help is highly appreciated

clearly explain what is actually happening.

I was trying to run the tests and have a picture of how the normal tests would look like to assist me cause I want to work on some issues related to testing. But for some reason I believe to be configuration related, the tests are not running.

You can directly run test using command

mvn test

via terminal at the TOP of project directly

as @rahul6603 said in previous DEV CALL

on point @aditya , and @rahul6603 it works,


thanks a lot.

2 Likes

so @aditya how do I run a specific test??

using there testName specific testName which ever you want to run

example mvn test -Dtest=<TestClassName>

let me know if this works !

thanks @aditya it should work basing on the successful test earlier when i run “mvn test”

it works really fine

1 Like