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

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

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
```