Skip to content

nested suite name issue #88

@ssrakesh

Description

@ssrakesh

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions