Details
-
Bug
-
Status: Done
-
Trivial
-
Resolution: Done
-
5.4.47, 5.5.0
-
None
-
0.7
Description
Users can no longer define the Base URL when using the @RunWith(ScriptRunnerTestRunner) class to run their tests.
The expectation is that users can set the system property named "baseurl" which is then used by the ScriptRunnerTestRunner class to control the URL used to run tests from an IDE or CI Server.
This changed was made in version 5.4.47 so versions before should not have this problem.
Also if your test server is using the standard URL http://localhost:8080/jira it should still work because that is the default setting.