In terminal, I set the www site and path to create a report for my tests.
I set:
MY_URL=mysite:myport REPORTPA=./mypath/mysecondfolder/ pytest -s testFile.py --html=REPORTPA/report.html
I should save report.html, I try a solution like:
$REPORTPA/report.html or
%REPORTPA/report.html
and it's not using good. How I can use my variable?