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

Drop saucelabs #146

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/libdoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,8 @@ LIBDOC="../bin/libdoc -F REST"
$LIBDOC --name="Plone User Keywords" plone/app/robotframework/keywords.robot source/libdoc/user_keywords.html
$LIBDOC --name="Zope2Server User Keywords" plone/app/robotframework/server.robot source/libdoc/user_server.html
$LIBDOC --name="Selenium User Keywords" plone/app/robotframework/selenium.robot source/libdoc/user_selenium.html
$LIBDOC --name="SauceLabs User Keywords" plone/app/robotframework/saucelabs.robot source/libdoc/user_saucelabs.html

$LIBDOC --name="Zope2Server Library" plone.app.robotframework.Zope2Server source/libdoc/python_zope2server.html
$LIBDOC --name="SauceLabs Library" plone.app.robotframework.SauceLabs source/libdoc/python_saucelabs.html
$LIBDOC --name="Debugging Library" plone.app.robotframework.Debugging source/libdoc/python_debugging.html
$LIBDOC --name="LayoutMath Library" plone.app.robotframework.LayoutMath source/libdoc/python_layoutmath.html

Expand Down
7 changes: 0 additions & 7 deletions docs/source/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@ A minimal example **plone.app.robotramework**-example:

- https://github.com/datakurre/example.product/tree/p.a.robotframework
- https://travis-ci.org/datakurre/example.product
- https://saucelabs.com/u/exampleproduct

This is how we used this for Plomino to run some robot tests at SauceLabs:

- https://github.com/plomino/Plomino/pull/322/files
- https://travis-ci.org/fulv/Plomino
- https://saucelabs.com/u/fulv_plomino

More examples which already contain robotframework tests in collective:

Expand Down
1 change: 0 additions & 1 deletion docs/source/happy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,6 @@ Here is a more complicated example with some user keywords in action:

Force Tags wip-not_in_docs

Resource plone/app/robotframework/saucelabs.robot
Resource plone/app/robotframework/selenium.robot

Library Remote ${PLONE_URL}/RobotRemote
Expand Down
3 changes: 0 additions & 3 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ Advanced topics

debugging
travis-ci
saucelabs
reload
ride

Expand All @@ -74,7 +73,6 @@ User keywords
as resource files:

- :download:`libdoc/user_keywords.html`
- :download:`libdoc/user_saucelabs.html`
- :download:`libdoc/user_selenium.html`
- :download:`libdoc/user_server.html`

Expand Down Expand Up @@ -118,7 +116,6 @@ dependent on Plone code base).

- :download:`libdoc/python_debugging.html`
- :download:`libdoc/python_layoutmath.html`
- :download:`libdoc/python_saucelabs.html`
- :download:`libdoc/python_zope2server.html`

Each Python keyword library can be included as with ``Library
Expand Down
Loading