Closed laurenmrice closed 11 months ago
As part of this, dev should explore how to surface reporting of what types of tests a component has via playwright's grep
tags. We may need to add new tags, @avt
, @avt-complex-states
, @avt-keyboard-nav
, @vrt
, etc.
By gathering these tests per-component we should be able to produce a JSON file or something that contains data giving us the ability to build a table something like
Component | @avt |
@avt-complex-states |
other tags ...etc |
---|---|---|---|
Dropdown | ✅ | 🚫 | ... |
MultiSelect | ✅ | ✅ | ... |
Button | 🚫 | ✅ | ... |
Another concern brought up was that as we look at this, we should take into account that these tests are only for @carbon/react
and the design needs to scale to include other framework implementations, such as @carbon/web-components
.
Looking forward, this issue will contain the work that comes out of the design explorations:
closing in favor of the issues created yesterday in refinement.
Developer | Will work on showing this final design on the website while working closely with a designer (Thy)