-
How can I run a common test suite inside _checkouts/? I have a ct suite file in: I can't run the test with:
I can run the suite if I move the mydep app to |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Yeah I believe this is because it's a dependency still and we don't run tests on dependencies. The only way to do that would be to change directory into the dep, or move it to the app level as you said. |
Beta Was this translation helpful? Give feedback.
-
Changing directory into the dep might break other things. I'll stick to moving it to the app level for now. |
Beta Was this translation helpful? Give feedback.
Yeah I believe this is because it's a dependency still and we don't run tests on dependencies. The only way to do that would be to change directory into the dep, or move it to the app level as you said.