It would be good to run our non-API tests (non-unit tests) whenever changes to the main branch occur (after a PR merge).
I would make this a scheduled event to run once a day if changes occurred during the past 24 hours.
It would be good to have the results of these tests displayed as badges in the README.
At this time I would see the testing covering:
- The documentation tests (already existing)
- Real world tests (not in existence)
A succesfuly outcome would see documentation tests and real world tests run at a scheduled time if changes occurred within the previous 24 hours. The results would be displayed as badges in the main repository README.
It would be good to run our non-API tests (non-unit tests) whenever changes to the main branch occur (after a PR merge).
I would make this a scheduled event to run once a day if changes occurred during the past 24 hours.
It would be good to have the results of these tests displayed as badges in the README.
At this time I would see the testing covering:
A succesfuly outcome would see documentation tests and real world tests run at a scheduled time if changes occurred within the previous 24 hours. The results would be displayed as badges in the main repository README.