Skip to content

Commit e6e180d

Browse files
committed
Removes the project demo and points to joint project with RF
Use project from https://bitbucket.org/robotframework/webdemo because it has better documentation and usage possibilities.
1 parent 652410d commit e6e180d

File tree

14 files changed

+6
-4075
lines changed

14 files changed

+6
-4075
lines changed

MANIFEST.in

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,8 @@ include *.txt
33
include *.rst
44
exclude */*.txt # limit previous command to include only *.txt files in root folder
55
exclude */*.rst # limit previous command to include only *.rst files in root folder
6-
include selenium.bmp
76

8-
recursive-include demo *.txt *.rst *.py *.sh *.bat *.html *.css *.js
9-
prune demo/reports
10-
prune demo/selenium_log.txt
11-
prune demo/output.xml
12-
13-
include doc/Selenium2Library.html
7+
include docs/Selenium2Library.html
148

159
recursive-include src *.py
1610
graft src/Selenium2Library/resources

README.rst

Lines changed: 5 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -107,19 +107,6 @@ certain projects, you can use them instead of source distributions.
107107
Just download 32bit or 64bit installer depending on your system,
108108
double-click it, and follow the instructions.
109109

110-
Directory Layout
111-
----------------
112-
113-
demo/
114-
A simple demonstration, with an application running on localhost
115-
116-
doc/
117-
Keyword documentation
118-
119-
src/
120-
Python source code
121-
122-
123110
Usage
124111
-----
125112

@@ -128,17 +115,12 @@ Selenium2Library must be imported into your Robot test suite.
128115
See `Robot Framework User Guide`_ for more information.
129116

130117

131-
Running the Demo
132-
----------------
133-
134-
The demo directory contains an easily executable demo for Robot Framework
135-
using Selenium2Library. To run the demo, run::
136-
137-
python demo/rundemo.py
138-
139-
E.g.::
118+
Demo project
119+
------------
120+
A demo project illustrating how to use this library can be found from:
121+
https://bitbucket.org/robotframework/webdemo
140122

141-
python demo/rundemo.py demo/login_tests
123+
Please see the usage instructions from the demo project pages.
142124

143125
Getting Help
144126
------------

demo/demoapp/html/demo.css

Lines changed: 0 additions & 21 deletions
This file was deleted.

demo/demoapp/html/error.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

demo/demoapp/html/index.html

Lines changed: 0 additions & 40 deletions
This file was deleted.

demo/demoapp/html/welcome.html

Lines changed: 0 additions & 12 deletions
This file was deleted.

demo/demoapp/server.py

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)