https://github.com/davehunt/fennec-sync-tests
Sync integration test prototype for Fennec
https://github.com/davehunt/fennec-sync-tests
Last synced: 3 months ago
JSON representation
Sync integration test prototype for Fennec
- Host: GitHub
- URL: https://github.com/davehunt/fennec-sync-tests
- Owner: davehunt
- Created: 2018-09-12T14:51:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T22:39:43.000Z (about 4 years ago)
- Last Synced: 2025-02-17T20:41:38.365Z (5 months ago)
- Language: Python
- Size: 29.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
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