add selenium url to test results
This commit is contained in:
@@ -16,7 +16,8 @@ $poster->post(
|
||||
getenv('GiteaUser'),
|
||||
getenv('GiteaPass'),
|
||||
getenv('GiteaRepoUser'),
|
||||
getenv('GiteaRepo')
|
||||
getenv('GiteaRepo'),
|
||||
'Test Results '.getenv('SeleniumBrowserUrl')
|
||||
);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user