You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Identify integration test files within the datasafe-business subproject and rename them from the "Test" convention to follow the "IT" convention. This will establish a clear naming convention that distinguishes integration tests from unit tests.
Definition of Done
In order to verify work is done:
Checkout the branch
Run the whole project with ./mvnw clean verify -DskipTests
Change to the project: cd datasafe-business/
Run the module without skipTests ../mvnw clean verify. Check accurate number of tests is run
Run the module without skipTests ../mvnw clean verify -PIT. Check accurate number of tests is run
The text was updated successfully, but these errors were encountered:
Description
Identify integration test files within the datasafe-business subproject and rename them from the "Test" convention to follow the "IT" convention. This will establish a clear naming convention that distinguishes integration tests from unit tests.
Definition of Done
In order to verify work is done:
./mvnw clean verify -DskipTests
cd datasafe-business/
../mvnw clean verify
. Check accurate number of tests is run../mvnw clean verify -PIT
. Check accurate number of tests is runThe text was updated successfully, but these errors were encountered: