You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "Push generated tests to the repository"
125
-
type: boolean
126
-
default: true
127
-
generatedTestsRelativeRoot:
128
-
description: "Relative path to the root of the tests"
129
-
type: string
130
-
default: '.utbot/test'
131
-
testFramework:
132
-
type: choice
133
-
options:
134
-
- junit4
135
-
- junit5
136
-
- testng
137
-
default: 'junit5'
138
-
generationTimeout:
139
-
description: "Time budget for one class (ms)"
140
-
type: string
141
-
default: '60000'
142
-
codegenLanguage:
143
-
type: choice
144
-
options:
145
-
- java
146
-
- kotlin
147
-
default: java
148
-
mockStrategy:
149
-
type: choice
150
-
options:
151
-
- 'no-mocks'
152
-
- 'other-packages'
153
-
- 'other-classes'
154
-
default: 'other-packages'
155
-
staticsMocking:
156
-
type: choice
157
-
options:
158
-
- 'do-not-mock-statics'
159
-
- 'mock-statics'
160
-
default: 'mock-statics'
161
-
162
-
jobs:
163
-
build:
164
-
runs-on: ubuntu-latest
165
-
steps:
166
-
- name: Checkout
167
-
uses: actions/checkout@v2
112
+
Step-by-step instruction on how to configure a manual workflow can be found in the [example repository](https://github.com/UnitTestBot/UTBotJava-action-example).
0 commit comments