https://github.com/julianxhokaxhiu/lineageotaunittest
A LineageOS OTA Unit Test made for NodeJS
https://github.com/julianxhokaxhiu/lineageotaunittest
Last synced: 5 months ago
JSON representation
A LineageOS OTA Unit Test made for NodeJS
- Host: GitHub
- URL: https://github.com/julianxhokaxhiu/lineageotaunittest
- Owner: julianxhokaxhiu
- License: mit
- Created: 2014-02-03T12:39:23.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-12-25T00:29:07.000Z (over 3 years ago)
- Last Synced: 2024-04-14T13:06:43.428Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 10.7 KB
- Stars: 10
- Watchers: 4
- Forks: 15
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LineageOSOTAUnitTest
A LineageOS OTA Unit Test made for NodeJS
## How to run
> Feel free to edit the [`OtaHost`](https://github.com/julianxhokaxhiu/LineageOTAUnitTest/blob/master/tests/lineage.js#L2) URL, pointing it to your own OTA Server URL. By default it uses the LineageOS OTA Server.
```shell
$ git clone https://github.com/julianxhokaxhiu/LineageOTAUnitTest.git
$ cd LineageOTAUnitTest
$ npm i
$ npm run test # you may also use 'npm run test:cm' or 'npm run test:cm:delta', defaults to lineage
```