Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 385 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 385 Bytes

tests-with-selenium

This an project to explore tests with selenium. The repository is separated in two parts.

  • Backend
  • Frontend.

Built With

  • Java 8
  • Spring-Boot
  • Seleniumhq
  • H2
  • Angular 8

Prerequisites

  • Ng
  • JVM 8

Usage

Running Backend

mvn spring-boot:run

Running frontEnd

ng serve --open

Running tests with selenium

mvn spring-boot:run