playwright
playwright copied to clipboard
[Question] Is it possible to wrap test.step() into typescript decorator?
Hi Team! Is it possible to wrap test.step() into decorator in typescript? I tried many implementations but I still failed on it. Similar code works good with AllureStep and I thought it will works with test.step() too:)