mirror of
https://github.com/sasjs/adapter.git
synced 2026-06-08 18:20:20 +00:00
test(sasjs): update config appLoc, enable specialCase tests
This commit is contained in:
@@ -4,8 +4,8 @@
|
|||||||
"sasJsConfig": {
|
"sasJsConfig": {
|
||||||
"loginMechanism": "Redirected",
|
"loginMechanism": "Redirected",
|
||||||
"serverUrl": "",
|
"serverUrl": "",
|
||||||
"appLoc": "/Public/app/adapter-tests/services",
|
"appLoc": "/Public/app/adapter-tests",
|
||||||
"serverType": "SASVIYA",
|
"serverType": "SASJS",
|
||||||
"debug": false,
|
"debug": false,
|
||||||
"contextName": "SAS Job Execution compute context",
|
"contextName": "SAS Job Execution compute context",
|
||||||
"useComputeApi": true
|
"useComputeApi": true
|
||||||
|
|||||||
@@ -22,6 +22,7 @@ import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
|||||||
import { fileUploadTests } from './testSuites/FileUpload'
|
import { fileUploadTests } from './testSuites/FileUpload'
|
||||||
import { computeTests } from './testSuites/Compute'
|
import { computeTests } from './testSuites/Compute'
|
||||||
import { sasjsRequestTests } from './testSuites/SasjsRequests'
|
import { sasjsRequestTests } from './testSuites/SasjsRequests'
|
||||||
|
import { specialCaseTests } from './testSuites/SpecialCases'
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
const appContainer = document.getElementById('app')
|
const appContainer = document.getElementById('app')
|
||||||
@@ -98,7 +99,7 @@ function showTests(
|
|||||||
// basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
|
// basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
|
||||||
sendArrTests(adapter, appLoc),
|
sendArrTests(adapter, appLoc),
|
||||||
sendObjTests(adapter),
|
sendObjTests(adapter),
|
||||||
// specialCaseTests(adapter),
|
specialCaseTests(adapter),
|
||||||
sasjsRequestTests(adapter),
|
sasjsRequestTests(adapter),
|
||||||
fileUploadTests(adapter)
|
fileUploadTests(adapter)
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user