Add initial functional tests to the app
Bug #1456924 reported by
Daniel Holbach
on 2015-05-20
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| | Ubuntu Help App |
High
|
Nicholas Skaggs | ||
Bug Description
The default HTML5 app template now has selenium tests added to it.
We should explore this and see how we can add it to the app to get better coverage.
Related branches
lp:~nskaggs/help-app/functional-test-template
- Daniel Holbach (community): Approve on 2015-06-03
- Ubuntu Phone Apps Jenkins Bot: Approve (continuous-integration) on 2015-05-28
-
Diff: 157 lines (+129/-0)4 files modifiedHACKING (+16/-0)
internals/tests/functional/help_app/__init__.py (+14/-0)
internals/tests/functional/help_app/tests/__init__.py (+83/-0)
internals/tests/functional/help_app/tests/test_app_launch.py (+16/-0)
Daniel Holbach (dholbach)
on 2015-05-20
| Changed in help-app: | |
| importance: | Undecided → High |
| status: | New → Triaged |
| Daniel Holbach (dholbach) wrote : | #1 |
| summary: |
- Add initial selenium tests to the app + Add initial functional tests to the app |
| Nicholas Skaggs (nskaggs) wrote : | #2 |
So initial tests imho.
Test user searching for information
Test user clicking an external link
Test user clicking an internal link (linking to another page in the app)
Test user clicking a video
Test each page to ensure it loads and looks correctly
Nicholas Skaggs (nskaggs)
on 2015-05-26
| tags: | added: needs-autopilot-test |
Fix committed into lp:help-app at revision 145, scheduled for release in help-app, milestone backlog
| Changed in help-app: | |
| status: | Triaged → Fix Committed |
Daniel Holbach (dholbach)
on 2015-06-03
| Changed in help-app: | |
| assignee: | nobody → Nicholas Skaggs (nskaggs) |
| milestone: | none → 0.4 |
| tags: | added: ci |
| Changed in help-app: | |
| status: | Fix Committed → Fix Released |
To post a comment you must log in.

https:/ /developer. ubuntu. com/en/ apps/html- 5/tutorials/ writing- html5-functiona l-tests