Skip to content
This repository has been archived by the owner on Aug 20, 2018. It is now read-only.

Commit

Permalink
Deactivate project and add note to README
Browse files Browse the repository at this point in the history
  • Loading branch information
davehunt committed Oct 13, 2015
1 parent 51fa4a1 commit 145cf87
Show file tree
Hide file tree
Showing 37 changed files with 4 additions and 1,294 deletions.
7 changes: 0 additions & 7 deletions .gitignore

This file was deleted.

62 changes: 4 additions & 58 deletions README.md
@@ -1,58 +1,4 @@
QMO Tests
=========

Automated tests for the QMO website.

Running Tests
-------------

### Python
Before you will be able to run these tests, you will need to have Python 2.6 installed.

Run

easy_install pip

followed by

sudo pip install -r requirements.txt

__note__

If you are running on Ubuntu/Debian, you will need to do following first:

sudo apt-get install python-setuptools

to install the required Python libraries.

### Running tests locally

To run tests locally, it's a simple case of calling the command below from this directory

py.test --driver=firefox

For more command line options, see https://github.com/davehunt/pytest-mozwebqa

Writing Tests
-------------

If you want to get involved and add more tests, there are just a few things
we'd like to ask you to do:

1. Use the [template files][GitHub Templates] for all new tests and page objects
2. Follow our simple [style guide][Style Guide]
3. Fork this project with your own GitHub account
4. Make sure all tests are passing, and submit a pull request with your changes

[GitHub Templates]: https://github.com/mozilla/mozwebqa-test-templates
[Style Guide]: https://wiki.mozilla.org/QA/Execution/Web_Testing/Docs/Automation/StyleGuide

License
-------
This software is licensed under the [MPL] 2.0:

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.

[MPL]: http://www.mozilla.org/MPL/2.0/
This repository is no longer being actively maintained, and the content has
been removed. Please use the repository history to access the previous content.
We are not currently executing or developing tests for QMO in this repository.
You can read more about QMO [here](https://wiki.mozilla.org/QA/QMO).
4 changes: 0 additions & 4 deletions credentials.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions mozwebqa.cfg

This file was deleted.

75 changes: 0 additions & 75 deletions page.py

This file was deleted.

Empty file removed pages/__init__.py
Empty file.
22 changes: 0 additions & 22 deletions pages/about_team.py

This file was deleted.

26 changes: 0 additions & 26 deletions pages/author.py

This file was deleted.

36 changes: 0 additions & 36 deletions pages/base.py

This file was deleted.

28 changes: 0 additions & 28 deletions pages/community.py

This file was deleted.

16 changes: 0 additions & 16 deletions pages/docs.py

This file was deleted.

16 changes: 0 additions & 16 deletions pages/events.py

This file was deleted.

30 changes: 0 additions & 30 deletions pages/home.py

This file was deleted.

0 comments on commit 145cf87

Please sign in to comment.