tests - add a UI folder for manual UI tests

This commit is contained in:
Benjamin Pasero 2020-02-07 10:17:49 +01:00
parent a9c4a4397c
commit e48debc94e
11 changed files with 2 additions and 1 deletions

View file

@ -5,4 +5,5 @@
This folder contains the various test runners for VSCode. Please refer to the documentation within for how to run them:
* `unit`: our suite of unit tests
* `integration`: our suite of API tests
* `smoke`: our suite of UI tests
* `smoke`: our suite of automated UI tests
* `ui`: our suite of manual UI tests