Unable to launch most of integration tests
- Dominant language
- Java
- Stars
- 80
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Integration tests are very useful, but most of them cannot be launched.
**To Reproduce**
Steps to reproduce the behavior:
1. Choose a test that is not a unit test (does not finish by `xxxxTest.java`[generally it looks like this -> `xxxIT.java`] and does not contain the annotation `@RunWith(MockitoJUnitRunner.class)`)
2. Launch the test as you would launch any unit test
3. See the error in the console
**Expected behavior**
The tests can be launched.
**Additional context**
There is an integration test that works just fine: `com.decathlon.ara.web.rest.ExecutionResourceIntegration`, you can take a look at it to fix the other ones.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.