gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
710 stars 62 forks source link

feat: add error snippets #919

Closed KuznetsovRoman closed 5 months ago

KuznetsovRoman commented 5 months ago

What is done

Add error snippets

Examples

1

image

2

image

3

Notice how stacktrace says example.hermione.tsx?import:12:18, but we are pointing to line 18 because of source map evaluation

image