Add Test Case list
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 | |||
Mobile |
Note: Screenshots were taken after setting page size to 5
, otherwise default page size is 20
.
Does this MR meet the acceptance criteria?
Conformity
-
Changelog entry -
Documentation (if required) -
Code review guidelines -
Merge request performance guidelines -
Style guides -
Database guides -
Separation of EE specific content
Availability and Testing
-
Review and add/update tests for this feature/bug. Consider all test levels. See the Test Planning Process. -
Tested in all supported browsers -
Informed Infrastructure department of a default or new setting change, if applicable per definition of done
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