agent-js-cypress icon indicating copy to clipboard operation
agent-js-cypress copied to clipboard

Screenshots are not uploaded to RP if the "it" part of the test contains comma or slash

Open tamasmagyar opened this issue 3 years ago • 0 comments

examples: it('user logs in, and logs out', function () { // some action }

it('something/another thing', function () { // some action }

tamasmagyar avatar Mar 26 '21 08:03 tamasmagyar