Conversation
RoelVanderPaal
commented
Feb 24, 2024
- implement HTML as defined in https://github.com/tastejs/todomvc-app-template
- implement full app specification: https://github.com/tastejs/todomvc/blob/master/app-spec.md
- toggle-all button
- editing:
- trim text
- remove when empty
- undo on escape key
- clear-completed button
- localStorage Json format
- implement full app specification: https://github.com/tastejs/todomvc/blob/master/app-spec.md - toggle-all button - editing: - trim text - remove when empty - undo on escape key - clear-completed button
Co-authored-by: Arman Bilge <[email protected]>
|
FYI, I tested with https://github.com/RoelVanderPaal/playwright/tree/main/examples/todomvc |
Cool! Does Playwright have a Java API? Would be cool to have those tests integrated into our test suite. Actually, at least a couple other Scala.js UI frameworks could share them as well :) |
armanbilge
left a comment
There was a problem hiding this comment.
thanks for your work on this!! looks great :)
It does indeed. Porting the tests from Javascript to Java is probably not a lot of work. |
A bit more complicated but also doable! If you decide to port the tests from JS to Scala/Java I would love to make it part of the test suite here. |