Open
Description
I am using allure-playwright integration which is working nicely for my purposes. Only issue is that I would need to set environment info during execution, because I don't know the environment beforehand. This is due to tests connecting to external hardware from which we query information.
Currently, the environment info can be modified only in the reporter configuration. Would it be feasible to allow setting of environment info during test execution?
I tried to change environmentInfo by accessing reporter configuration via Playwright's test info object, but it seems that the configuration is only read when the reporter is constructed.