mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
fix(sasjs-tests): disable basicTests, viya auth interactions
This commit is contained in:
@@ -17,7 +17,7 @@ import type { TestsView } from './components/TestsView'
|
|||||||
import type { RequestsModal } from './components/RequestsModal'
|
import type { RequestsModal } from './components/RequestsModal'
|
||||||
|
|
||||||
// Import test suites
|
// Import test suites
|
||||||
import { basicTests } from './testSuites/Basic'
|
// import { basicTests } from './testSuites/Basic'
|
||||||
import { sendArrTests, sendObjTests } from './testSuites/RequestData'
|
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'
|
||||||
@@ -94,7 +94,8 @@ function showTests(
|
|||||||
|
|
||||||
// Build test suites with adapter and credentials
|
// Build test suites with adapter and credentials
|
||||||
const testSuites: TestSuite[] = [
|
const testSuites: TestSuite[] = [
|
||||||
basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
|
// FIXME: disabled basicTests due to login/logout operations
|
||||||
|
// basicTests(adapter, configTyped.userName || '', configTyped.password || ''),
|
||||||
sendArrTests(adapter, appLoc),
|
sendArrTests(adapter, appLoc),
|
||||||
sendObjTests(adapter),
|
sendObjTests(adapter),
|
||||||
// specialCaseTests(adapter),
|
// specialCaseTests(adapter),
|
||||||
|
|||||||
Reference in New Issue
Block a user