From abe2c78156c8fba808ff952bc683198c73ea09ce Mon Sep 17 00:00:00 2001 From: "M. Sonntag" Date: Wed, 28 Oct 2020 14:19:31 +0100 Subject: [PATCH] [readme] Add link to frontend test documentation --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 87d4c5bc..08a0974d 100644 --- a/Readme.md +++ b/Readme.md @@ -24,3 +24,9 @@ The current version is stable. A previous version of the application can be found in the "oldstable" branch. Please find the latest release notes in the [release section](https://github.com/G-Node/GCA-Web/releases). + + +## Frontend tests using Selenium + +The application suite provides frontend test using Selenium. A full setup and usage description can be found in the +[frontend test readme](./test/frontend/Readme.md).