-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
initial basic readme version added to acceptance tests
- Loading branch information
Showing
1 changed file
with
27 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Performance Tables Web Tests | ||
|
||
[[_TOC_]] | ||
|
||
## Overview | ||
|
||
This test suite contains automated tests that check the functional and non-functional aspects of the search prototype application. | ||
|
||
## Test Levels | ||
|
||
- Functional | ||
- Acceptance testing | ||
- Non-functional | ||
- Accessibility testing | ||
|
||
## Languages | ||
|
||
C# | ||
|
||
## Tools | ||
|
||
- [SpecFlow](https://specflow.org/) | ||
- [Axe-core](https://github.com/dequelabs/axe-core/tree/develop) | ||
|
||
## Contribution | ||
|
||
Branches should be in the format `[contributor-initials]/test-[ticket-number]-[feature-description]`. |