The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
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.
This month the spotlight is on AppLiger. We caught up with Pavel Pavlovsky, CEO and Product Manager, to learn how the company started and what fuels the team's creativity. Atlassian:...
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.