Hassan Shafique
Results
2
comments of
Hassan Shafique
Hi! Thanks for your response. I'm looking for a way to access custom properties defined in the TestDetails object directly within TestInfo during the execution of a test. For example,...
Also I know something similar can be achieved using annotation: ``` test("basic test", { annotation: [{ type: 'env', description: '{ "plugin": "pro" }' }, { type: 'reset-database', description: 'skip' }]...