Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/davehunt/fennec-sync-tests

Sync integration test prototype for Fennec
https://github.com/davehunt/fennec-sync-tests

Last synced: 22 days ago
JSON representation

Sync integration test prototype for Fennec

Awesome Lists containing this project

README

        

# Fennec sync tests

To run these tests you will need [Python 2][] and [pipenv][] installed. You will also
need a Fennec build running on your device along with Robocop:

```
$ cd /path/to/mozilla-central
$ mach build
$ mach package
$ mach install
$ mach robocop --serve
```

Then, to run the tests:

```
$ cd /path/to/fennec-sync-tests
$ pipenv install
$ pipenv run pytest --app org.mozilla.fennec
```

[Python 2]: http://docs.python-guide.org/en/latest/starting/installation/#legacy-python-2-installation-guides
[pipenv]: http://docs.python-guide.org/en/latest/dev/virtualenvs/#installing-pipenv