-
Notifications
You must be signed in to change notification settings - Fork 70
Open
Description
If nested suites are used
describe(namespace, () => {
describe('.sorttest', () => {
it('should work properly', () => {
....
})
})
})
output xml will have
<testsuite name="namespace .sorttest" ../>
Is it possible to remove space after namespace? like
<testsuite name="namespace.sorttest" ../>
Metadata
Metadata
Assignees
Labels
No labels