-
Expected behaviour:
`sasjs add cred` will use the defaultTarget
![image](https://user-images.githubusercontent.com/4420615/122066108-1eabe800-cdfb-11eb-9ec8-57d779fcb384.png)
-
When `allowInsecureRequests` is `true` in the sasjsconfig we should ensure that self-signed certificates are supported for the `sasjs job execute` command
-
For example:
```
"indata": [
[{"data": "value"}]
]
```
-
We had a couple of support calls recently due to 401 authorisation issues when running `sasjs deploy` or `sasjs run`
The reason was due to the REFRESH_TOKEN expiring
Rather than attempt a connec…
-
The generated build.sas file (used to create services/jobs/tests using SAS code) does not split the tests into the /tests folder in SAS 9
-
Two issues:
* All tests should be compiled as services (to enable the webout macros). Currently this is not the case for testsetup/testteardown, and tests in jobFolders.
* If the returned `test_r…
-
The `macroFolders` array determines the search folders in which to pick up the files listed in the ` SAS Macros ` list in the header of each Job/Service/Test.
We search on file NAME only, and we _s…
-
To reproduce:
```bash
sasjs create demo -t jobs
cd jobs
sasjs cb
```
![image](https://user-images.githubusercontent.com/4420615/119883914-bc1ca600-bf38-11eb-98f0-aafdbc2c5bce.png)
-
- [x] 1. Subsequent test files should not be marked as 'standalone'.
![image](https://user-images.githubusercontent.com/25773492/117929561-a2a71780-b305-11eb-933b-71ab3d6cc6b6.png)
- [x] 2. 0/0 cove…
-
A big piece missing from the current framework is the ability to integrate tests. For web apps, this is generally no problem as the tests can be performed using existing javascript based tests (execu…