Skip to content

← All questions

Why one fixture set for ui, api and hybrid, and which of the fixtures are worker-scoped?

Asked 3,980 views2 answers

Reading steps/fixtures.ts in the project I inherited and trying to work out what I am extending.

Two things I cannot find a straight answer to. Why is there one test rather than one per layer, given an API scenario has no browser? And which fixtures are per worker rather than per scenario — I want to know what a page object is allowed to assume is already resolved when it is constructed.

asked by Ingrid Solberg241 ·

2 answers

Have the same question?

Ask it with the command you ran and the output you got, and it will be answered here.

Ask a question

Related