-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
Hi! I'm still testing out this reporter and there is one thing from the readme that I can't get to work.
The reporter doesnt "nest" these even though I have dashes in the titles. Any idea why?
test.describe.serial('Opprette opptak', () => {
test('Lage et opptak ', () => {});
test('- Sette navn og opptakstype', async () => {
await adminPage.goto(process.env.FSADMIN)
})
test('- Sette frister', async () => {
await adminPage.getByRole('button', { name: 'Lagre' }).click()
})
The reporter shows this
Opprette opptak
- ✅ Lage et opptak
- ✅ Sette navn og opptakstype
- ✅ Sette frister
While I would expect something like this:
Opprette opptak
- ✅ Lage et opptak
- ✅ Sette navn og opptakstype
- ✅ Sette frister
Metadata
Metadata
Assignees
Labels
No labels