From 2e49fbdcf737f1029adb823bda208ac9476cefe0 Mon Sep 17 00:00:00 2001 From: Dagfinn Olsen Date: Mon, 30 Sep 2024 07:52:20 +0200 Subject: [PATCH] Fixed a few typos --- README.md | 8 ++++---- performance-tests/tax-report/README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 1d6c6c3..dab5c73 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ -# altinn-tests +# End-to-end tests This repo holds end-to-end tests for Altinn 3. -Can be both functional and non-functional tests. -Currently only performance tests. Se directories for -more detailed descriptions +Any tests that uses elements from different apis from different repos. Can be both functional and non-functional tests. Further descriptions: + +- [Performance tests](performance-tests/README.md) diff --git a/performance-tests/tax-report/README.md b/performance-tests/tax-report/README.md index 2ba31ed..c8e60d6 100644 --- a/performance-tests/tax-report/README.md +++ b/performance-tests/tax-report/README.md @@ -24,7 +24,7 @@ k6 run -e serviceowner=<> tax-report.js ``` ## Github actions ### On push -Runs a test for every push to the performance-loadtest/ta-report directory +Runs a test for every push to the performance-loadtest/tax-report directory - one vu - one minute ### Scheduled @@ -33,7 +33,7 @@ Runs every morning at 06:15 - 15 minutes ### Ondemand Runs when requested -- selectable num,ber of vus +- selectable number of vus - selectable duration - selectable runner