Testing
#469
Replies: 3 comments
-
I am also using playwright for testing . the go sdk works well k6 is for scalability testing . |
Beta Was this translation helpful? Give feedback.
0 replies
-
Unless there is a PR or something actionable I don't know what you are looking for from us |
Beta Was this translation helpful? Give feedback.
0 replies
-
No actions . Just pointing out practiicrs for others . Using it for 2d and 3d testing for robot twins |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been using DS for a bit and testing for both the Framework and for end users with one system would be pretty cool.
K6 is a load testing system thats pluggable.
its also got a bundler. https://github.com/grafana/xk6 is like xcaddy to make custom builds of k6.
https://grafana.com/docs/k6/latest/using-k6-browser/recommended-practices/select-elements/ is worth looking at. Kind of like what DS does with DOM manipulation etc... :)
It's golang and so a nice match for DataStar.
It combines load testing and Golden testing ( if you use it that way via a plugin ).
I use it with NATS to help drive it.
Figured it's worth bring this up at least.
Beta Was this translation helpful? Give feedback.
All reactions