-
Notifications
You must be signed in to change notification settings - Fork 11
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
Add support for Playwright #13
Comments
Thanks for raising this issue. How would you use playwright in your build? How do you feel about using a separate image that provides playwright in your build? |
@everflux Unfortunately Protractor seems to be abandoned https://github.com/angular/protractor/commits/master So I'm looking for another options for angular apps, like cypress or more promising Playwright. |
I don't think that protractor is abandoned, and can't conclude that from the commits to master which show recent progress. I could not find available playwright images on dockerhub, I will look into providing a build. But this would be separate from the Angular tooling images. Would that work for you? |
There are 17 commits in 2020 (I believe that's just because Angular drops support for older Node), 2 commits in 2019 and 43 commits in 2018 - as for me it's pretty close to not-maintained project :) Yep, I saw your images, thanks for them! As of now I'm going to use Jest for unit testing and cypress\playwright for e2e. Separate image would be totally fine! |
Add support for Playwright
https://github.com/microsoft/playwright
The text was updated successfully, but these errors were encountered: