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
31python3django
32
33rspec
34
35goTest
36
37xcTest
38
39scalaTest
40}