After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731516 - Add installed tests
Add installed tests
Status: RESOLVED OBSOLETE
Product: yelp
Classification: Applications
Component: General
git master
Other Linux
: Normal normal
: ---
Assigned To: Yelp maintainers
Yelp maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-11 11:23 UTC by Vadim Rutkovsky
Modified: 2018-05-22 13:06 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Initial tests (20.09 KB, patch)
2014-06-11 11:23 UTC, Vadim Rutkovsky
none Details | Review
Installed tests infrastructure bits (6.51 KB, patch)
2014-06-11 11:23 UTC, Vadim Rutkovsky
none Details | Review

Description Vadim Rutkovsky 2014-06-11 11:23:07 UTC
Created attachment 278259 [details] [review]
Initial tests

The following patches are adding a minimal set of tests for Yelp
via UI. These tests are verifying various actions in yelp using dogtail [1]
/
behave [2] /
installed tests [3] and shall be executed on gnome-continuous [4]

The tests are split into two parts:
 1) Scenarios in *.feature files using gherkin [5] language to describe steps
to be performed. This scenarios are also useful for manual testing
 2) Step definitions for dogtail in steps/*.py files. These are dogtail
instructions to operate on running program


How to run those tests:
 1) compile yelp with --enable-installed-tests switch
 2) run 'gnome-desktop-testing-runner yelp' to execute all tests or
'gnome-desktop-testing-runner yelp/new_window' for one test of
new windows verification.

[1] http://fedorahosted.org/dogtail
[2] https://pypi.python.org/pypi/behave
[3] https://wiki.gnome.org/action/show/Initiatives/GnomeGoals/InstalledTests
[4] https://wiki.gnome.org/Projects/GnomeContinuous
[5] https://github.com/cucumber/cucumber/wiki/Gherkin
Comment 1 Vadim Rutkovsky 2014-06-11 11:23:29 UTC
Created attachment 278260 [details] [review]
Installed tests infrastructure bits
Comment 2 GNOME Infrastructure Team 2018-05-22 13:06:15 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/yelp/issues/99.