mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 13:57:09 +01:00
Update README; use empty string as default
This commit is contained in:
parent
2b2d091d3d
commit
0f47a5bec1
4 changed files with 17 additions and 11 deletions
|
|
@ -13,7 +13,8 @@ describe('java-junit tests', () => {
|
|||
baseUrl: '',
|
||||
onlySummary: false,
|
||||
useActionsSummary: true,
|
||||
badgeTitle: 'tests'
|
||||
badgeTitle: 'tests',
|
||||
reportTitle: ''
|
||||
}
|
||||
|
||||
it('produces empty test run result when there are no test cases', async () => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue