Feat v0.7.1 surface runner framework (#55)
All checks were successful
All checks were successful
Co-authored-by: Jeffrey Smith <jasafpro@gmail.com> Co-committed-by: Jeffrey Smith <jasafpro@gmail.com>
This commit was merged in pull request #55.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* SDK Test Runner — Fixtures
|
||||
*
|
||||
* Provisions reusable test resources before domains run and tears
|
||||
* them down afterward. Modeled on the ICD test runner's fixture
|
||||
* them down afterward. Modeled on the ICD test runner's fixture
|
||||
* pattern.
|
||||
*
|
||||
* Fixture resources (all optional — domains degrade gracefully):
|
||||
@@ -77,10 +77,8 @@
|
||||
var ui = T._fixtureInput || {};
|
||||
var selectedProvider = ui.provSelect ? ui.provSelect.value : '';
|
||||
var apiKey = ui.keyInput ? ui.keyInput.value.trim() : '';
|
||||
var statusEl = ui.statusEl;
|
||||
|
||||
function setStatus(msg) {
|
||||
if (statusEl) statusEl.textContent = msg;
|
||||
console.log('[SDKR:fixtures] ' + msg);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user