ENUM

TestingToolName

A supported testing tool.

link GraphQL Schema definition

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