From c55a8b121408c57dffe5bec9dcac90559fe628c5 Mon Sep 17 00:00:00 2001 From: mahula Date: Tue, 12 Jul 2022 11:24:58 +0200 Subject: [PATCH] Update Readme information --- e2e-tests/README.md | 7 +++++++ e2e-tests/playwright/README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 e2e-tests/README.md diff --git a/e2e-tests/README.md b/e2e-tests/README.md new file mode 100644 index 000000000..f53618ab4 --- /dev/null +++ b/e2e-tests/README.md @@ -0,0 +1,7 @@ +# Gradido end-to-end tests + +This is still WIP. + +For automated end-to-end testing one of the frameworks Cypress or Playwright will be utilized. + +For more details on how to run them, see the subfolders' README instructions. diff --git a/e2e-tests/playwright/README.md b/e2e-tests/playwright/README.md index 7f01b780e..3ebc9ce2f 100644 --- a/e2e-tests/playwright/README.md +++ b/e2e-tests/playwright/README.md @@ -5,7 +5,7 @@ A sample setup to show-case Playwright (using Typescript) as an end-to-end testi Here we have a simple UI-based happy path login test running against the DEV system. ## Precondition -Since dependencies and configurations for Github Actions integration is not set up yet, please run +Since dependencies and configurations for Github Actions integration is not set up yet, please run in root directory ```bash docker-compose up