Skip to content

Cant get feature nesting to work #3

@SmidigStorm

Description

@SmidigStorm

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

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