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
You can come in a bad loop right now of you on the test runner extends the configuration locally, and the configuration that you extend includes the API call. Then the test, when running, will try to call the API.
We remove the API configuration when the API is called, but if we extends configuration on the testrunner server, it will still be there.
Either we can document it and write suggestions on how to deal with it, or if we can find a smart way to ignore that configuration.
The text was updated successfully, but these errors were encountered:
You can come in a bad loop right now of you on the test runner extends the configuration locally, and the configuration that you extend includes the API call. Then the test, when running, will try to call the API.
We remove the API configuration when the API is called, but if we extends configuration on the testrunner server, it will still be there.
Either we can document it and write suggestions on how to deal with it, or if we can find a smart way to ignore that configuration.
The text was updated successfully, but these errors were encountered: