webrecorder / behaviors

Webrecorder Automated In-Page Behavior Framework
GNU Affero General Public License v3.0
12 stars 6 forks source link

Add cron job travis-ci to test behaviors periodically #56

Open ikreymer opened 4 years ago

ikreymer commented 4 years ago

Travis CI supports cron jobs now: https://docs.travis-ci.com/user/cron-jobs/ We can use this to have behaviors be tested periodically to ensure they function as intended! Can have a basic requirement for each behavior, such as X posts in Y mins to have the test succeed, and run perhaps once a day

okdistribute commented 4 years ago

I am working on this now!

okdistribute commented 4 years ago

see #63