Skip to content

Add Test Case list

Kushal Pandya requested to merge 233479-add-test-cases-list into master

What does this MR do?

Note: This feature is currently behind feature flag :quality_test_cases, you can enable it on per-project basis from Rails console by running Feature.enable(:quality_test_cases, Project.find_by_full_path('gitlab-org/gitlab-shell')).

Adds Test Cases listing under /<project>/-/quality/test_cases.

In order to do so, we're also adding a fully reusable set of components under app/assets/javascripts/issuable_list which do not require Apollo or Vuex and are pure component that accept props and emit events. We eventually want to make use of this component set in other similar lists like Issues, MRs and Epics.

Screenshots

List View Empty State (Default) Empty State
Desktop image image image
Mobile image image image

Note: Screenshots were taken after setting page size to 5, otherwise default page size is 20.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

If this MR contains changes to processing or storing of credentials or tokens, authorization and authentication methods and other items described in the security review guidelines:

  • Label as security and @ mention @gitlab-com/gl-security/appsec
  • The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • Security reports checked/validated by a reviewer from the AppSec team

#233479 (closed)

Edited by Kushal Pandya

Merge request reports