Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[2.x] feat: remove behat/mink requirement and add new selector API #125

Merged
merged 8 commits into from
Feb 21, 2024

Conversation

kbond
Copy link
Member

@kbond kbond commented Apr 26, 2023

Fixes #15, Fixes #12. Fixes #37. Fixes #77.

Replacing mink with my own dom system allowed me to create a new selector api (#77). The plan is to extract the dom stuff into a new zenstruck/dom package so it can be utilized by this package + others that need to make dom assertions.

/cc @weaverryan, @jwage, @nikophil, @OskarStark, when/if time permits, I'd appreciate if you could test this in any html-heavy apps you have that use browser. I found and fixed (and added tests) for several edge cases when testing this in my app.

TODO:

  • extract zenstruck/dom

@nikophil
Copy link
Member

I just saw this issue... sorry for the late reply 😅

It's been a while I have not worked on an "html" app (only json apis, or full messenger apps). Sorry I can't help

@OskarStark
Copy link
Contributor

@kbond I currently don't have time, but you have access to one or two of my projects, so feel free to run them against this branch

@kbond
Copy link
Member Author

kbond commented Dec 18, 2023

Thanks Oskar, I'll try it out on your projects when I pick this PR up again.

@kbond kbond changed the title feat: remove behat/mink requirement and add new selector API [2.x] feat: remove behat/mink requirement and add new selector API Jan 26, 2024
@kbond kbond added this to the 2.0 milestone Jan 26, 2024
@kbond kbond changed the base branch from 1.x to 2.x February 21, 2024 15:43
@kbond kbond marked this pull request as ready for review February 21, 2024 15:43
@kbond kbond merged commit f5e166d into zenstruck:2.x Feb 21, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Xpath support $selector ambiguity
3 participants