Mathias Picker
Mathias Picker
> Really cool stuff. I will have the time to dive into this and will do so right away on Saturday (I'll have to familiarize myself a bit with Playwright...
Awesome work! I am sorry for leaving some unpolished code in the PR, it was a bit rushed. I believe all the changes you've made are the correct changes, so...
I can begin working on a test-setup, i'll create a test branch!
Looking for finding the minimal required setup to setup tests. I'm thinking a folder structure like this ``` - test / - action - store - ...etc ``` We could...
> OK! 👍 Though I'm currently not even sure sure how much we would need Playwright. As the utilities are designed to be as standalone as possible, maybe simply some...
Thank you for taking the time to answer! I appreciate your openness and the way you reason about the points I listed! I totally understand the _"I didn't want my...
Sounds good! I have no problem collaborating via issues and PR's. A couple of things that i would suggest to look at: 1. Creating a roadmap for the project 2....
focus-within (do something with JS when the element meets the requirement of CSS's `focus-within`) scroll-into-view (scroll an element into view when a condition is true)
> wow, that's a pretty nice speedup! > > > > I didn't look super closely at the test, but I wasn't sure exactly what it was testing or how...
@Conduitry i changed the test so it generates the value on runtime, removed `.solo` and removed 2/3 tests.