Coder Social home page Coder Social logo

carolinegoovaerts / health-services Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 1.0 47 KB

Health calculation backend

License: MIT License

Java 98.27% FreeMarker 1.73%
test-automation test-pyramid junit5 selenium-webdriver spring-boot data-jpa freemarker health-checks demo poc

health-services's Introduction

Health Services

Demo app for:

  • Java, Maven, Spring Boot, Data Jpa, REST, Freemarker Web UI, Junit 5, Selenium Webdriver
  • Layers of abstraction in software testing

Status

Build Status

Usage

From the root directory of the project, the following commands can be issued.

Run Unit tests

By convention, Maven recognizes all test classes named *Test as unit test classes.

mvn test

Run Integration tests

Also, Maven recognizes all test classes named *IT as integration test classes.

# just the integration tests
mvn integration-test

# unit + integration tests (more common) 
mvn verify

Run e2e test

We keep this test example out of the Maven build cycle by using an unconventional suffix of E2E:

mvn test -D test=ApplicationE2E

Run UI test

Selenium Webdriver + WebDriverManager is used here to exercise the UI test.

The code example requires Firefox to be locally installed. The specific browser implementation can be easily replaced with Chrome or any other supported browser. For more info on supported drivers, see https://github.com/bonigarcia/webdrivermanager-examples.

Again, we keep this high level test out of the loop by using another suffix:

mvn test -D test=ApplicationUI

Start the application

Exploratory test the application!

mvn clean package spring-boot:repackage \
    && java -jar target/health-services.jar

Thanks

  • @hamvocke
  • @alisterscott
  • @bonigarcia
  • @jqno

health-services's People

Forkers

s-tokui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.