Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Failing tests return exit code 0 instead of 1 #55

@JakeStevenson

Description

@JakeStevenson

I set up a failing jest test. I observed the following behavior:

./node_modules/.bin/jest
--- TEST RUN ---
echo $?
1

When run with jest-playwright:

./node_modules/.bin/jest-playwright
--- TEST RUN ---
echo $?
0

This makes usage of jest-playwright in a CI system difficult.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions