Adding tests instead of testing against the demo site #364
gingerchew
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
This is definitely on the list, i tried cypress a few months ago but it was quite slow, i heard really good comments about playwright so i was thinking on trying it. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was messing around with sal.js and needed to add a custom feature.
Working with the tests in the repo made it a lot easier to add my feature and guarantee that the original functionality wasn't getting "stepped on".
here's the tests
It is a big undertaking, but I think it would be a big help for future versions and for new contributors/additions.
It would also help automate the testing instead of manually checking against the demo site.
Beta Was this translation helpful? Give feedback.
All reactions