8000 add more documentation about how tests work by dothebart · Pull Request #14804 · arangodb/arangodb · GitHub
[go: up one dir, main page]

Skip to content

add more documentation about how tests work #14804

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 14 commits into from
Sep 23, 2021
Prev Previous commit
Next Next commit
Update tests/README.md
Co-authored-by: Jan <jsteemann@users.noreply.github.com>
  • Loading branch information
dothebart and jsteemann authored Sep 20, 2021
commit e51ae812d36e05b0f19ad5cd32cf6a090a4cc6e5
2 changes: 1 addition & 1 deletion tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ If splitting a testsuite between read only and writing tests is necessary for th
### Testsuites
Testsuites live in `js/client/modules/@arangodb/testsuites/`. This folder is spidered during the startup of `testing.js` and all files in it are loaded automatically.
Please think twice whether you need to create a new testsuite or your test will fit into one of the existing ones. All test suites need to be registered within Oskar in order to be executed during CI tests.
The Plugin structure works as follows:
The structure of each testsuite is as follows:

```
const functionsDocumentation = {
Expand Down
0