Skip to content

Commit

Permalink
Minor enhancements.
Browse files Browse the repository at this point in the history
- Add rating link in share section
- Button stay disabled on hover
- Bugfixes and follow static analysis results
- Add initial unit tests
- Add lcov folder in gitignore file
- Update changelog file
- Bump up version to 1.2.1
  • Loading branch information
rickypc committed Jul 31, 2015
1 parent 915e296 commit d9f688f
Show file tree
Hide file tree
Showing 11 changed files with 708 additions and 35 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
build
dist
lcov
node_modules
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 1.2.1 (2015.07.30)

* Add rating link in share section
* Button stay disabled on hover
* Bugfixes and follow static analysis results
* Add initial unit tests

### 1.2.0 (2015.07.19)

* Consider node attribute as a possible element selector
Expand Down
16 changes: 12 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-page-object-generator",
"version": "1.2.0",
"version": "1.2.1",
"description": "A nimble and flexible Selenium Page Object Model generator to improve agile testing process velocity.",
"dependencies": {},
"devDependencies": {
Expand All @@ -10,6 +10,8 @@
"gulp-concat": "^2.5.2",
"gulp-concat-css": "^2.2.0",
"gulp-header": "^1.2.2",
"gulp-istanbul": "^0.10.0",
"gulp-jasmine": "^2.0.1",
"gulp-jshint": "^1.11.0",
"gulp-jsonminify": "^1.0.0",
"gulp-minify-css": "^1.1.6",
Expand All @@ -20,8 +22,7 @@
},
"keywords": [
"Selenium",
"Page",
"Object",
"PageObject",
"Model",
"Page",
"Object",
Expand All @@ -31,7 +32,14 @@
"Testing",
"Velocity",
"Flexible",
"Nimble"
"Nimble",
"Java",
"C#",
"RobotFramework",
"Robot",
"Framework",
"PageFactory",
"Factory"
],
"author": "Richard Huang <[email protected]>",
"license": "AGPL-3.0",
Expand Down
Loading

0 comments on commit d9f688f

Please sign in to comment.