playwright-ct-web
playwright-ct-web copied to clipboard
Not possible to test using attributes
I'm just trying out your library and have found that its not possible to set attributes on components, some of our components don't map properties to attributes so can't be tested. I've created a very small patch to fix this if you are interested in pulling it in.
@rstoneIDBS Awesome, would be great!
@rstoneIDBS Awesome, would be great!
I'm not entirely sure how to get this to you - do I need to fork this repo? Edit: I tried to create a branch but wasn't allowed.
Yeah, you will need to:
- Fork the repo
- Clone the forked repo
- Create a branch
- Commit the changes (using conventional commit) eg. fix: render attributes
- Go to the PR section in GitHub and you are able to create the PR there