Get reportportal url result after pytest execution

25 Views Asked by At

Is there a way to get report portal report link after test execution is done?

I exectue the tests as such: pytest --reportportal

which indeed generates a report on ui level, but nothing in cli or anywhere that i can get it via a script to post it to slack after exec

0

There are 0 best solutions below