opensearch-project / ml-commons-dashboards

User interface for the ml-commons plugin which can be integrated with OpenSearch Dashboards and a health dashboard for machine learning models.
Apache License 2.0
7 stars 23 forks source link

[Testing Confirmation] Confirm current testing requirements #127

Open stephen-crawford opened 1 year ago

stephen-crawford commented 1 year ago

As part of the discussion around implementing an organization-wide testing policy, I am visiting each repo to see what tests they currently perform. I am conducting this work on GitHub so that it is easy to reference.

Looking at the ML-Commons Dashboards repository, it appears there is

Repository Unit Tests Integration Tests Backwards Compatibility Tests Additional Tests Link
ML-Commons Dashboards
  • - [x]
  • - [ ]
  • - [ ]
  • Lint Checker https://github.com/opensearch-project/ml-commons-dashboards/issues/127

    If there are any tests I missed or anything you think all repositories in OpenSearch should have for testing please respond to this issue with details.

    wanglam commented 1 year ago

    Hi @scrawfor99, thank you for helping us review the testing requirements. W've add some functional test to the opensearch-dashboards-functional-test repository. Here is the code link.