-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check "Status Report" page #398
Comments
This could also be an e2e test that runs using the CI using same ddev build as other e2e tests. |
I think this is probably easiest and fastest using drush's JSON output, rather than browsing and parsing the status report HTML page. |
I'm wondering where would we store this initial/base number. |
I think rather than storing a count, we could have a known-issues list that's committed to the repo, like we've done with security issues awaiting patches. |
@deviantintegral is this in the Drainpipe's repo? Because this is constrained to Tugboat, we may not need to store the "Status Report" result in our repo.
Does it make sense? |
I don't think it is! @justafish do you think that makes sense to add? Also, your thoughts on @beto-aveiga 's plan would be good too. |
It's pending this issue: #112 I don't think it should be constrained to Tugboat - you should be able to provide any URL to test |
I think this test should be just a script containing a drush command to check for no errors or warnings on the status report page. I don't have any LSM projects referencing DRUPAL_TEST_TRAITS, except for Lullabot, which is FALSE with a comment above: "Disable DTT tests until they are fixed." |
see: drush core:requirements --severity=2
|
Just to let you know this has been solved here: And the PR is already approved. |
For all pull requests and deployments we check the
/admin/reports/status
page to make sure we're not introducing new things to be fixed.For example: we may start a project where there are 5 warnings of things that should be fixed. We want to make sure we're not introducing more warnings as we maintain the site. If anything we want to reduce the number of warnings.
The text was updated successfully, but these errors were encountered: