Skip to content

[ANGULAR8] [SELENIUM] [H2] This an project to explore tests with selenium

Notifications You must be signed in to change notification settings

ricardohsmello/tests-with-selenium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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