Skip to content

Commit

Permalink
Add script rfbrowser for robotframework-browser (Playwright)
Browse files Browse the repository at this point in the history
  • Loading branch information
datakurre committed Jun 26, 2023
1 parent 98fdf44 commit 5b93daf
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
2 changes: 2 additions & 0 deletions checkouts.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,5 @@ auto-checkout =
Products.CMFPlone
# These packages are manually added, or automatically added by mr.roboto:
plone.restapi
# This is for Playwright integration development
plone.app.robotframework
2 changes: 1 addition & 1 deletion sources.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ plone.app.querystring = git ${remotes:plone}/plone.app.querystring
plone.app.redirector = git ${remotes:plone}/plone.app.redirector.git pushurl=${remotes:plone_push}/plone.app.redirector.git branch=master
plone.app.registry = git ${remotes:plone}/plone.app.registry.git pushurl=${remotes:plone_push}/plone.app.registry.git branch=master
plone.app.relationfield = git ${remotes:plone}/plone.app.relationfield.git pushurl=${remotes:plone_push}/plone.app.relationfield.git branch=master
plone.app.robotframework = git ${remotes:plone}/plone.app.robotframework.git pushurl=${remotes:plone_push}/plone.app.robotframework.git branch=master
plone.app.robotframework = git ${remotes:plone}/plone.app.robotframework.git pushurl=${remotes:plone_push}/plone.app.robotframework.git branch=datakurre-rfbrowser
plone.app.testing = git ${remotes:plone}/plone.app.testing.git pushurl=${remotes:plone_push}/plone.app.testing.git branch=master
plone.app.textfield = git ${remotes:plone}/plone.app.textfield.git pushurl=${remotes:plone_push}/plone.app.textfield.git branch=master
plone.app.theming = git ${remotes:plone}/plone.app.theming.git pushurl=${remotes:plone_push}/plone.app.theming.git branch=master
Expand Down
2 changes: 2 additions & 0 deletions tests.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,11 @@ eggs =
${buildout:test-eggs}
robotframework-selenium2screenshots
plone.app.robotframework[reload,debug]
robotframework-browser
# We do not want to install all scripts from the test-eggs.
scripts =
ride
robot
robot-debug
robot-server
rfbrowser
4 changes: 4 additions & 0 deletions versions.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ zope.sendmail = 5.3
# but are NOT managed by closely related communities.
async-generator = 1.10
attrs = 23.1.0
backports.cached-property = 1.0.2
cryptography = 41.0.1
cssselect = 1.2.0
decorator = 5.1.1
Expand All @@ -204,6 +205,7 @@ Markdown = 3.4.3
mock = 5.0.2
orderedmultidict = 1.0.1
outcome = 1.2.0
overrides = 7.3.1
piexif = 1.1.3
Pillow = 9.5.0
prompt-toolkit = 2.0.10
Expand All @@ -217,6 +219,8 @@ python-dotenv = 1.0.0
PyYAML = 6.0
responses = 0.23.1
robotframework = 6.1
robotframework-assertion-engine = 1.0.0
robotframework-browser = 16.2.0
robotframework-debuglibrary = 2.3.0
robotframework-pythonlibcore = 4.1.2
robotframework-selenium2library = 3.0.0
Expand Down

0 comments on commit 5b93daf

Please sign in to comment.