sasjs / cli

Command line interface for creating, compiling, and building SAS® projects
https://cli.sasjs.io
MIT License
37 stars 5 forks source link

sasjs test should include _contextname param when logging the URL #791

Closed allanbowe closed 3 years ago

allanbowe commented 3 years ago

Currently if a test fails we provide the URL of the test in both the console window and the CSV results file to make it easy for the user to just click the link and re-run the test.

For VIYA we need to make sure that this link includes the _contextname URL parameter.

So:

image

Should become:

https://sas.analytium.co.uk/SASJobExecution/?_program=/Public/app/viya/tests/macros/mpe_filtermaster.test&_debug=2477&_contextname=$(CONTEXTNAME)

allanbowe commented 3 years ago

This is now fixed: image