Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/davehunt/fennec-sync-tests
- Owner: davehunt
- Created: 2018-09-12T14:51:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-01T22:39:43.000Z (over 3 years ago)
- Last Synced: 2024-10-31T01:12:59.836Z (2 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