Bundle our webapp AP tests, into click tests
Bug #1442641 reported by
Alexandre Abreu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
The Webapps-core project |
In Progress
|
Medium
|
Alexandre Abreu |
Bug Description
Bundle our webapp AP tests, into click tests
Related branches
lp://staging/~abreu-alexandre/webapps-core/webapps-core-tests-click
Ready for review
for merging
into
lp://staging/webapps-core
- Ubuntu Phablet Team: Pending requested
-
Diff: 1442 lines (+1321/-2)17 files modifieddebian/control (+19/-2)
tests/unittests/CMakeLists.txt (+1/-0)
tests/unittests/flake8/CMakeLists.txt (+1/-0)
webapp-ebay/tests/autopilot/ebay_webapp/__init_.py (+162/-0)
webapp-ebay/tests/autopilot/ebay_webapp/test_ebay_webapp.py (+21/-0)
webapp-facebook/tests/autopilot/facebook_webapp/__init__.py (+130/-0)
webapp-facebook/tests/autopilot/facebook_webapp/test_facebook.py (+72/-0)
webapp-gmail/tests/autopilot/gmail_webapp/__init_.py (+162/-0)
webapp-gmail/tests/autopilot/gmail_webapp/test_gmail_webapp.py (+21/-0)
webapp-googlecalendar/tests/autopilot/googlecalendar_webapp/__init_.py (+162/-0)
webapp-googlecalendar/tests/autopilot/googlecalendar_webapp/test_googlecalendar_webapp.py (+21/-0)
webapp-googlemaps/tests/autopilot/googlemaps_webapp/__init_.py (+162/-0)
webapp-googlemaps/tests/autopilot/googlemaps_webapp/test_googlemaps_webapp.py (+21/-0)
webapp-googleplus/tests/autopilot/googleplus_webapp/__init_.py (+162/-0)
webapp-googleplus/tests/autopilot/googleplus_webapp/test_googleplus_webapp.py (+21/-0)
webapp-twitter/tests/autopilot/twitter_webapp/__init_.py (+162/-0)
webapp-twitter/tests/autopilot/twitter_webapp/test_twitter_webapp.py (+21/-0)
Changed in webapps-core: | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Alexandre Abreu (abreu-alexandre) |
To post a comment you must log in.