You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a mono repo, @web/test-runner is a dev dep in the root package,json file I tests in multiple packages, so the installation of @web/test-runner is hoisted to the root of the mono repo.
Using the code lens to trigger a test run results a terminal opened with a cd to the directory for the package, and attempts to invoke the test runner.
I suggest a config option to set the directory in which the test run will attempt to start in, not providing this should use the current default behavior
The text was updated successfully, but these errors were encountered:
Thanks for trying the extension out..
Your suggestion is valid.
Unfortunately, I am kind of out of time for next few weeks. I'll try to add this option soon as possible.
Hi @gavinbarron,
I have just published v0.0.21 to support test-runner.config-directory configuration.
This configuration expects the path of the directory where wtr's config file is present.
I have a mono repo, @web/test-runner is a dev dep in the root package,json file I tests in multiple packages, so the installation of @web/test-runner is hoisted to the root of the mono repo.
Using the code lens to trigger a test run results a terminal opened with a cd to the directory for the package, and attempts to invoke the test runner.
I suggest a config option to set the directory in which the test run will attempt to start in, not providing this should use the current default behavior
The text was updated successfully, but these errors were encountered: