Replies: 1 comment 4 replies
-
Eventually shortest should replace playwright, that's the goal! But if this helps get mindshare, would be great |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was thinking, why build a seperate shortest api that have to be implement from scratch instead of building this as something people can plugin to already existing playwright instances
shortest
is not anothere2e
testing framework, itsai powered QA
shortest
doesnt even have to be exclusive for playwright, packages likeshortest/vitest
/shortest/jest
everything can exist ( they don't even have to be e2e )shortest
dev team can focus on delivering value that did not exist previously ( all the ai stuff ), instead of reinventing a lot of wheels (hooks
/showing test results
/running failed tests
/snapshots
etc etc )in this demo, i write two tests, and use a playwright feature
test.only
that's very common in all the testing frameworks. just as a test. there will be so many features like this that people might expect. also all the community tools that comes with playwright,shortest
can use right away.shortest-playwright-plugin-poc.mp4
Beta Was this translation helpful? Give feedback.
All reactions