Skip to content
This repository has been archived by the owner on Oct 21, 2021. It is now read-only.

On large projects, takes long time to load test files each refresh #15

Open
dtinth opened this issue Apr 24, 2017 · 0 comments
Open

On large projects, takes long time to load test files each refresh #15

dtinth opened this issue Apr 24, 2017 · 0 comments

Comments

@dtinth
Copy link
Contributor

dtinth commented Apr 24, 2017

As number of test files increase, the time it takes to require the test files also increases. Sometimes a simple file change may make it test too many unrelated files. This means takes will take unnecessarily long time to load, when you only want to make change to a single feature.

Possible solution:
Add a query parameter which greps the source files to be required. If that query parameter is specified, skips the files that doesn’t match the pattern.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant