# springboot-playwright **Repository Path**: xj8931/springboot-playwright ## Basic Information - **Project Name**: springboot-playwright - **Description**: No description available - **Primary Language**: Java - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-10-13 - **Last Updated**: 2024-10-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Springboot Playwright UI and End-to-End Testing ## Ultimate UI and End-to-End Testing with * ### [Springboot test](https://spring.io/projects/spring-boot) * ### [Kotlin](https://kotlinlang.org/) * ### [Kotest](https://kotest.io/) * ### [Playwright](https://playwright.dev/java/docs/intro) ### CMD run tests ```` bash .\mvnw test ```` ### CMD run tests with tags and spring profile ```` bash .\mvnw test -DargLine="-Dkotest.tags='TodoApp' -Dspring.profiles.active=ci" ````