You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
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.
The manager’s daily activities include a list of challenges to reach high levels of efficiency for their teams. Part of these challenges is related to how to deal with the worklog systems sin...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.