add selenium url to test results

This commit is contained in:
James
2019-09-23 16:13:11 +01:00
parent 495d4e0d26
commit e4c9d97697
2 changed files with 4 additions and 3 deletions

View File

@@ -16,7 +16,8 @@ $poster->post(
getenv('GiteaUser'),
getenv('GiteaPass'),
getenv('GiteaRepoUser'),
getenv('GiteaRepo')
getenv('GiteaRepo'),
'Test Results '.getenv('SeleniumBrowserUrl')
);
}