Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 1.16 KB

File metadata and controls

16 lines (12 loc) · 1.16 KB

Running Bash Crawler Build Status Maintainability Codacy Badge codecov

You can run test using following command:

foo@bar:~$ sbt test

You can run the app from terminal using following command:

foo@bar:~$ sbt "run 50"

Of course instead of 50 any number can be used/

To specify location of a result file you need to change conf.result.file.path parameter in application.conf file in resources. By default result will be saved in file result.json located in root directory of the project.