Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/guanbinrui/node-stego-e2e
- Owner: guanbinrui
- License: other
- Created: 2019-10-08T05:57:40.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T20:11:36.000Z (over 2 years ago)
- Last Synced: 2024-10-08T03:40:22.837Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 167 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 installnpm build
npm linke2e -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)