Actions
Feature #37250
closedHow can we improve the javascript tests
Description
so that errors like this https://projects.theforeman.org/issues/37245 do not go unnoticed for 2 months.
The problem here is probably two fold:
1. It is an integration issue: The changes that broke the tests were introduced in foreman.
2. The javascript tests only run https://github.com/theforeman/foreman_ansible/blob/master/.github/workflows/js_tests.yml when there are changes to webpack or package.json
To fix 1: it might make sense to have a nightly/weekly test runs on the default branch that runs all js and ruby tests
Updated by The Foreman Bot 8 months ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_ansible/pull/700 added
Updated by The Foreman Bot 8 months ago
- Pull request deleted (
https://github.com/theforeman/foreman_ansible/pull/700)
Updated by Evgeni Golov 8 months ago
- Status changed from Ready For Testing to Closed
Actions