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
Related to, but separate from #599, as this is needed even if we're not handling the rest of the mess in this repository.
Two things need to be adjusted:
Testing the list of interviews from the server should avoid loading any package onto the server, so we'll need to create artifact folder even when setup.js isn't run. Artifact folder creation needs to be moved to BeforeAll() in steps.js.
The interview load step needs to be able to go to an arbitrary address. The list of interviews have a different kind of link to access them and it doesn't match our current pattern.
Edit:
The runtime_config.json needs to be created even when only the artifact folder is created. It is currently created only when saving the project name.
The text was updated successfully, but these errors were encountered:
)
* Close#600. Allow devs to test list of interviews on their server.
* Update test and don't print possible secrets
* Get more specific with url str test and CHANGELOG, but need to
document that arbitrary urls won't be secret in the report -
they'll be printed as is. We can't detect what's secret in there.
* Update text of arbitrary url tests
* Remove possibly secret server address from report
Related to, but separate from #599, as this is needed even if we're not handling the rest of the mess in this repository.
Two things need to be adjusted:
BeforeAll()
in steps.js.Edit:
The text was updated successfully, but these errors were encountered: