-
-
Notifications
You must be signed in to change notification settings - Fork 75
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 playwright based robotframework tests #868
Conversation
ecb07ea
to
8906240
Compare
@jenkins-plone-org please run jobs |
8906240
to
e87e8e0
Compare
17b94a9
to
ac93a45
Compare
c8fa406
to
ba8bdef
Compare
tests.cfg
Outdated
@@ -33,6 +33,7 @@ test-eggs = | |||
plone.app.redirector | |||
plone.app.registry | |||
plone.app.relationfield | |||
plone.app.robotframework [test] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@datakurre I've been banging my head against the wall on this... but might it be that the robot tests on plone.app.robotframework
are already broken? For example on p.a.rf/tests/test_autologin_library.robot
the keyword I open a personal menu
tries to get #portal-personaltools > a
(source) and that is nowhere to be found (tested it debugging it, but also on demo.plone.org)
If we do not run the tests for plone.app.robotframework, but keep its changes, then we can test for example my port on plone.app.discussion
and use that for testing the GHA and Jenkins integration of playwright, which I have sort of working, but need to have stable tests to run them with 😄
@jenkins-plone-org please run jobs |
2b7ca44
to
da2a9cc
Compare
@jenkins-plone-org please run jobs |
da2a9cc
to
ecc7a9f
Compare
Big disclaimer: all credit goes to @datakurre , I'm merely creating the PRs and doing the integration of the code 😅
Part of plone/Products.CMFPlone#3813