Skip to content

Commit

Permalink
Fixed a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dagfinno committed Sep 30, 2024
1 parent eaa3d11 commit 2e49fbd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
4 changes: 2 additions & 2 deletions performance-tests/tax-report/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 2e49fbd

Please sign in to comment.