ENUM

TestingToolName

A supported testing tool.

link GraphQL Schema definition

1enum TestingToolName {
2
3androidJUnitGradle
4
5puppeteer
6
7galen
8
9junitMaven
10
11junitGradle
12
13mocha
14
15mochaTs
16
17nodeMocha
18
19dotnetcore
20
21catch2
22
23phpunit
24
25python2
26
27python3
28
29python3aws
30
31docker
32
33python3django
34
35rspec
36
37goTest
38
39xcTest
40
41scalaTest
42}