Closed
Description
Version
1.46.0
Steps to reproduce
- Create a repo with multiple projects
- Add dependencies to the project
- Modify some of the test files
- Run test with --only-changed flag
Expected behavior
The dependencies are run before the actual modified tests.
Actual behavior
Only the modified test are run, which fail without the dependencies.
Additional context
I have multiple projects with a login setup as dependency
Environment
System:
OS: macOS 14.5
CPU: (8) x64 Intel(R) Core(TM) i7-8569U CPU @ 2.80GHz
Memory: 15.41 MB / 16.00 GB
Binaries:
Node: 20.10.0 - ~/.nvm/versions/node/v20.10.0/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 10.2.3 - ~/.nvm/versions/node/v20.10.0/bin/npm
Languages:
Bash: 3.2.57 - /bin/bash
npmPackages:
@playwright/test: ^1.40.1 => 1.46.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment