Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/guanbinrui/node-stego-e2e

create and validate node-stego test suites.
https://github.com/guanbinrui/node-stego-e2e

Last synced: 15 days ago
JSON representation

create and validate node-stego test suites.

Awesome Lists containing this project

README

        

# node-stego-e2e

## Setup

```bash
npm install
npm install [packages in peer deps] --no-save # required in submodules
git submodule foreach npm install

npm build
npm link

e2e -a GENERATE # generate test suites
e2e -a VALIDATE # validate test suites
e2e -h
```

## SQLs

```sql
- FB + FFT1D + LUMA
SELECT * FROM suite WHERE media = 'FB' AND "transformAlgorithm" = 'FFT1D' AND "grayscaleAlgorithm" = 'LUMA' ORDER BY status;

- TWITTER + FFT1D + LUMA
SELECT * FROM suite WHERE media = 'TWITTER' AND "transformAlgorithm" = 'FFT1D' AND "grayscaleAlgorithm" = 'LUMA' ORDER BY status;
```

## Repos

- [node-stego](https://github.com/guanbinrui/node-stego)
- [img-poster](https://github.com/guanbinrui/img-poster)
- [img-cralwer](https://github.com/guanbinrui/img-crawler)