Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
mark stray native test
Browse files Browse the repository at this point in the history
  • Loading branch information
klrmn committed Mar 17, 2012
1 parent e560e11 commit 64f07fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -74,6 +74,10 @@ An example of running one test in a file:

py.test --driver=firefox --credentials=/credentials.yaml tests/test_details_page.py -k test_that_external_link_leads_to_addon_website

If running on a Mac, skip tests which require 'native' support:

py.test --driver=firegox --credentials=/credentials.yaml -m 'not native'

For information about running tests against a Selenium Grid or moz-grid-config see the section in this document about setting up moz-grid-config.

The mozwebqa plugin has advanced command line options for reporting and using browsers. See the documentation on [davehunt's pytest mozwebqa github][pymozwebqa]:
Expand Down
1 change: 1 addition & 0 deletions tests/desktop/test_details_page.py
Expand Up @@ -25,6 +25,7 @@ def test_that_register_login_link_is_present_in_addon_details_page(self, mozwebq
details_page = Details(mozwebqa, "Firebug")
Assert.equal(details_page.register_link, "Log in / Register", "Login / Register text does not match the expected one")

@pytest.mark.native
@nondestructive
def test_that_dropdown_menu_is_present_after_click_on_other_apps(self, mozwebqa):
"""Test for Litmus 9890."""
Expand Down

0 comments on commit 64f07fd

Please sign in to comment.