testomatio / app

Testomat.io is a simplified test management system for your automated tests. Issues, project board & documentation. app.testomat.io
https://app.testomat.io
27 stars 2 forks source link

Create method to get url test runs #1146

Open 666f78 opened 2 hours ago

666f78 commented 2 hours ago

Is your feature request related to a problem? Please describe. After test run end link is print in the terminal, but I have custom reporter and want to grab the url to send on email

Describe the solution you'd like Create method to get url test runs

Describe alternatives you've considered Create env like TESTOMATIO_RUNS_URL and set it when run is started (after initialize test run in testomat)

poliarush commented 2 hours ago

@666f78 what tech stack do you use for test automation?

poliarush commented 2 hours ago

@DavertMik do you need any additional information?

666f78 commented 2 hours ago

@poliarush playwright + TS