Y
Hacker News
new
|
ask
|
show
|
jobs
by
mxschmitt
2022 days ago
I really like Playwright, there is less magic and it simply works:
https://github.com/microsoft/playwright
Especially with this test runner:
https://github.com/microsoft/playwright-test
1 comments
Grizfisher
2022 days ago
You might like the root cause open source which runs with playwright to capture test results automatically including screenshots, logs, stacktrace in a nice ui.
https://github.com/testimio/root-cause
link