Skip to content

Using the server from multiple test files does multiple unneccessary build runs #268

Description

@Beiri22

We are using multiple .test.ts - files to structure our tests. All of them are using the server and thus the configuration await setup({server: true, dev: false});

Watching the tests progress, I noticed that the server is built for every test file again. I my opinion this is an unneccessary waste of time. The server could be build a single time at the beginning of the test run.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions