All of the SAS 9 (EBI) tests should be refactored to run on SASjs server instead. This will likely require some updates to SASjs server to support the deployment workflow (creation of a home directory runner, having username/password as URL variables, authentication differences).
From a configuration perspective, the serverType should remain as SAS9 but the serverUrl should belong to a SASjs instance, with a RUN_TIMES='js,sas' setting.
All of the SAS 9 (EBI) tests should be refactored to run on SASjs server instead. This will likely require some updates to SASjs server to support the deployment workflow (creation of a home directory runner, having username/password as URL variables, authentication differences).
From a configuration perspective, the
serverType
should remain asSAS9
but theserverUrl
should belong to a SASjs instance, with aRUN_TIMES='js,sas'
setting.Links: https://github.com/sasjs/cli/issues/1202