ENUM

TestingToolName

A supported testing tool.

link GraphQL Schema definition

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