https://github.com/qualityshepherd/sahipageobjectdemo
A demonstration of my page object pattern for Sahi (Javascript)
https://github.com/qualityshepherd/sahipageobjectdemo
Last synced: 10 months ago
JSON representation
A demonstration of my page object pattern for Sahi (Javascript)
- Host: GitHub
- URL: https://github.com/qualityshepherd/sahipageobjectdemo
- Owner: qualityshepherd
- Created: 2013-10-25T22:02:49.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-18T15:26:46.000Z (over 12 years ago)
- Last Synced: 2025-07-14T03:05:17.437Z (about 1 year ago)
- Language: Shell
- Size: 113 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
SahiPageObjectDemo
==================
A demonstration of my page object pattern for Sahi (Javascript)
by Brian Ray ~ brian [at] qualityshepherd.com
NOTE: This code requires Sahi v5.x or later...
The code herein are working, example Sahi tests that make use of page objects. To run the code:
1. Install and start Sahi
2. Add the files to your scripts folder ([sahi folder]/userdata/scripts/)
3. Run each individual test or
4. Run the pageObjectTests.suite via bin/runPageObjectTests.bat
For more information, see my blog post:
http://qualityshepherd.com/2013/10/using-page-objects-in-sahi-javascript/