Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/twisterrob/net.twisterrob.healthcheck
- Owner: TWiStErRob
- License: unlicense
- Created: 2021-10-21T20:31:07.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-07T22:46:14.000Z (about 2 months ago)
- Last Synced: 2024-11-07T23:32:29.872Z (about 2 months ago)
- Topics: kotlin, live-testing, sanity-check, selenium
- Language: Kotlin
- Homepage: https://github.com/TWiStErRob/net.twisterrob.healthcheck/actions?query=event%3Aschedule
- Size: 647 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.