Skip to content

guanbinrui/node-stego-e2e

Repository files navigation

node-stego-e2e

Setup

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

- 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

About

create and validate node-stego test suites.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published