Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/twisterrob/net.twisterrob.healthcheck

Sanity tests for live websites.
https://github.com/twisterrob/net.twisterrob.healthcheck

kotlin live-testing sanity-check selenium

Last synced: about 2 months ago
JSON representation

Sanity tests for live websites.

Awesome Lists containing this project

README

        

## Structure
* `src/main/kotlin` is the test framework built on Selenium.
* `src/test/kotlin` are the health checks implemented in JUnit 5.

## Running

`gradlew smokeTest` to run some quick tests.

## Entry points

* `*Test` files

## Configuration

* `net.twisterrob.test.selenium.headless` to set up ChromeDriver in headless mode. Used for running on GitHub actions.

## Deployment

Only CI.