Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 480 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 480 Bytes

Springboot Playwright UI and End-to-End Testing

Ultimate UI and End-to-End Testing with

CMD run tests

.\mvnw test

CMD run tests with tags and spring profile

.\mvnw test -DargLine="-Dkotest.tags='TodoApp' -Dspring.profiles.active=ci"