Update README; use empty string as default

This commit is contained in:
Michael Marcus 2025-03-28 17:11:15 -04:00 committed by Jozef Izso
parent 2b2d091d3d
commit 0f47a5bec1
4 changed files with 17 additions and 11 deletions

View file

@ -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 () => {