Skip to content

Commit

Permalink
TodoMVC adapted fro Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
dsheiko committed Jun 8, 2020
1 parent 6ecc111 commit 1a66c39
Show file tree
Hide file tree
Showing 4 changed files with 63 additions and 231 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Puppetry 3.2.3

### Updates
- improvement: update to Puppeteer 3.3.0

### Bug fixes
- fix: parsing template expressions in TARGET.assertAttribute, page.assertConsoleMessage, page.assertDialog, TARGET.assertProperty, TARGET.assertHtml, TARGET.assertStyle, page.assertContent, page.assertTitle, page.assertUrl, page.assertVar
- fix: TodoMVC example adapted for Firefox
- fix: Firefox default parameter --kiosk to fix out of range elements issue

# Puppetry 3.2.2

Expand Down
30 changes: 27 additions & 3 deletions project-demo/.puppetryrc
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,30 @@
"6kgk2bmpt6t": {
"key": "6kgk2bmpt6t",
"value": true
},
"87ak2bpo1fm": {
"key": "87ak2bpo1fm",
"value": true
},
"9ick2bre8bz": {
"key": "9ick2bre8bz",
"value": true
},
"ajkk2bsfcw4": {
"key": "ajkk2bsfcw4",
"value": true
},
"72sk2ej2vb9": {
"key": "72sk2ej2vb9",
"value": true
},
"7esk2ejj5n9": {
"key": "7esk2ejj5n9",
"value": false
},
"7esk2ejsva9": {
"key": "7esk2ejsva9",
"value": false
}
}
},
Expand All @@ -94,9 +118,9 @@
}
}
},
"savedAt": 1590421671,
"savedAt": 1591610464,
"modified": false,
"lastOpenSuite": "exhaustive-testing.json",
"lastOpenSuite": "todomvc.json",
"variables": {
"dduk2fx8tvf": {
"name": "SANDBOX_BASEURL",
Expand Down Expand Up @@ -143,5 +167,5 @@
"local"
],
"projectDirectory": "/home/sheiko/PUPPETRY/demo--project",
"puppetry": "3.2.2"
"puppetry": "3.2.3"
}
Loading

0 comments on commit 1a66c39

Please sign in to comment.