Hi,
I followed instructions on https://scriptrunner.adaptavist.com/latest/jira/testing.html on how to run unit tests from IDE, but I can't successfully authenticate.
Log header: Authorization: Basic YWRtaW46YWRtaW4= (I guess this is admin/admin)
I am getting 403 Authentication denied, because I don't have (admin/admin) user.
How can I change credentials for running unit tests from IDE?
OK, managed to do it with extending
class JiraScriptRunnerTestRunner extends ScriptRunnerTestRunner
and overriding
@Override
void run(RunNotifier notifier)
Anyway it would be nice if scriptrunner would allow us to specify username and password as a '-D' System property, same like with baseurl
def baseUrl = System.getProperty("baseurl", "http://localhost:8080/jira")
Are you able to share how you modified `run` in your override? I tried copying and pasting the decompiled class's method so I could replace the "admin/admin" string, but I couldn't get it to compile.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.