diff --git a/DEV.md b/DEV.md index 2927c982d..f7944287a 100644 --- a/DEV.md +++ b/DEV.md @@ -26,7 +26,7 @@ These modules' build will not fail anyway: they will be checked later on by the # Entrypoint Spectrum leverages [SpectrumSessionListener](spectrum/src/main/java/io/github/giulong/spectrum/SpectrumSessionListener.java) as its entrypoint, -which is a [LauncherSessionListener](https://junit.org/junit5/docs/current/user-guide/#launcher-api-launcher-session-listeners-custom) +which is a [LauncherSessionListener](https://docs.junit.org/current/user-guide/#launcher-api-launcher-session-listeners-custom) registered via the Service Loader mechanism. This means we provide its fqdn in the [org.junit.platform.launcher.LauncherSessionListener](spectrum/src/main/resources/org.junit.platform.launcher.LauncherSessionListener) file, which is copied into the `META-INF/services` folder during the `prepare-package` phase. diff --git a/README.md b/README.md index 975833b85..9ff87bcf7 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ # About -Spectrum is an **e2e test automation framework** that leverages **JUnit 5** and **Selenium 4** to provide these features automatically: +Spectrum is an **e2e test automation framework** that leverages **JUnit 6** and **Selenium 4** to provide these features automatically: * **Driver** management * **Auto-waiting** before interacting with elements, to **highly reduce flakiness** @@ -124,7 +124,7 @@ and the [open issues](https://github.com/giulong/spectrum/issues).
Spectrum leverages these projects you should definitely check out!