Skip to content

mbaluch/engine

 
 

Repository files navigation

Build Status

engine

Lumeer Backend Engine

Running tests

War

Web application tests are switched off by default because they take a lot of time. To explicitly run them, first make sure you have the most recent build in your local Maven repository:

$ mvn clean install

Next switch to war directory and run tests disabling the default profile:

$ mvn test -P-default

Use this to run a specified test method in your test class:

$ mvn -Dtest=YourTestClass#yourTestMethod test -P-default

About

Lumeer Backend Engine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Shell 0.2%