Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

They are slower to run since there is more components to manage or there is some i/o processing. To run integration tests use the command below:

Code Block
mvn -Prun-its install

End-to-end tests

Those tests bootstrap and execute the entire application. They are heavy and keep to a minimum but they are used to execute end-to-end test.

...