Skip to content
This repository was archived by the owner on Nov 29, 2018. It is now read-only.
This repository was archived by the owner on Nov 29, 2018. It is now read-only.

[PROPOSAL] Webdriver Selenese HTML Runner #175

Description

@lukeis

Originally reported on Google Code with ID 175

WebDriver Selenese HTML Runner (WSHR)

This small library makes it possible to run Selenium HTML tests
programmatically.


Background

Many projects use Selenium IDE to record tests in HTML format and run them
with "classic" Selenium. WSHR parses these files and uses Webdriver to
execute them.


Usage

WSHR does not have its own commandline runner, but can be used from any
Java class. Typically you would use it from JUnit, TestNG, JBehave or even
Fitnesse fixtures.

See GoogleTest.java for a concrete example.


TODOs

* Neko

<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> must
be changed to <html> - otherwise neko says 0 nodes. Neko config?

* Reporting

Output HTML. Write to a passed stream instead of stdout.


Reported by flobakk on 2009-03-24 15:15:06


- _Attachment: [webdriver-selenese-html-runner.zip](https://storage.googleapis.com/google-code-attachments/selenium/issue-175/comment-0/webdriver-selenese-html-runner.zip)_

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions