smelly-cli
v0.0.9
Published
Find out the smells in your tests, suggestions for correction and the theory behind them
Downloads
18
Readme
@smelly/cli
Smelly is a command line tool application that helps javascript/typescript developers to keep their test suite away from test smells.
Installation
docker
g clone https://github.com/marabesi/smelly-test.git
cd smelly-test/cli
docker build . -t smelly-cli
Running the report
docker run --rm smelly-cli
Command Line Interface
Single file
npx smelly-cli /smells/my-test.ts typescript
Report (must be a path with tests in it)
npx smelly-cli /smells/ javascript --report=html $(pwd)