Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rouanw/protractor-demo
Functional testing intro using protractor
https://github.com/rouanw/protractor-demo
Last synced: 4 days ago
JSON representation
Functional testing intro using protractor
- Host: GitHub
- URL: https://github.com/rouanw/protractor-demo
- Owner: rouanw
- Created: 2014-10-13T12:17:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2015-07-27T10:56:03.000Z (over 9 years ago)
- Last Synced: 2023-03-28T21:20:30.525Z (over 1 year ago)
- Language: JavaScript
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Keeping your functional tests DRY
This repository contains an example of how to structure your functional tests in a way that is easy to read, maintain and extend. It uses Protractor.
Check out these tags to see the progression:
* `git checkout start` - an empty protractor skeleton, with grunt
* `git checkout simpletest` - a test with no abstraction
* `git checkout helper` - extract a helper
* `git checkout pages` - extract a few page objects
* `git checkout steps` - extract a steps objectSome reading on page objects: http://martinfowler.com/bliki/PageObject.html