You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// context can be a simple stringcy.addTestContext('simple string');// context can be a url and the report will create a linkcy.addTestContext('http://www.url.com/pathname');// context can be an image url and the report will show it inlinecy.addTestContext('http://www.url.com/screenshot-maybe.jpg');// context can be an object with title and value propertiescy.addTestContext({title: 'expected output',value: {a: 1,b: '2',c: 'd',},});
Fixes
Revert: Ignore hooks if this reporter is not the active reporter (PR #78) resolves #76
Don't copy screenshots if the source and destination are the same (PR #80) resolves #52