community-repo icon indicating copy to clipboard operation
community-repo copied to clipboard

Test content providers script

Open traumschule opened this issue 3 years ago • 1 comments

Try yourself:

git clone https://github.com/traumschule/community-repo -b test-providers
cd community-repo/scripts/test-providers
yarn
yarn test

README

See results: https://joystreamstats.live/storage

Run daily with cronjob

Do crontab -e and add

15 3 * * * /path/to/run-provider-test.sh

Create file run-provider-test.sh and make it executable (chmod +x run-provider-test.sh) with this content:

set -e
cd ~/community-repo/scipts/test-providers
yarn run test

traumschule avatar Feb 19 '22 08:02 traumschule

As per @traumschule this covers the scope of https://github.com/Joystream/community-repo/issues/744

singulart avatar Apr 11 '22 19:04 singulart