Skip to content

MarcinVaadin/skeleton-starter-flow-spring-dx-tests

 
 

Repository files navigation

Vaadin Spring Boot Starter fork for DX Tests

Running Integration Tests

Integration tests are implemented using Vaadin TestBench. The tests take a few minutes to run and are therefore included in a separate Maven profile. We recommend running tests with a production build to minimize the chance of development time toolchains affecting test stability. To run the tests using Google Chrome, execute

mvn verify -Pit,production

and make sure you have a valid TestBench license installed.

Profile it adds the following parameters to run integration tests:

-Dwebdriver.chrome.driver=path_to_driver
-Dcom.vaadin.testbench.Parameters.runLocally=chrome

If you would like to run a separate test make sure you have added these parameters to VM Options of JUnit run configuration

About

Vaadin Spring Boot Starter for DX Tests

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 74.6%
  • CSS 10.0%
  • TypeScript 9.3%
  • HTML 6.1%