Closed vupham30 closed 7 months ago
This is already addressed by using our test harnesses.
Hi, but I can use testing harness with Selenium ?
@mmalerba can confirm, but we do have a wrapper around Selenium Webdriver https://github.com/angular/components/tree/main/src/cdk/testing/selenium-webdriver.
could you pls send me any document of it as well ? thanks !
Our guide for test harnesses is at https://material.angular.io/guide/using-component-harnesses. You can also see some examples in our tests: https://github.com/angular/components/blob/main/src/cdk/testing/tests/webdriver.e2e.spec.ts#L87-L112
This issue has been automatically locked due to inactivity. Please file a new issue if you are encountering a similar or related problem.
Read more about our automatic conversation locking policy.
This action has been performed automatically by a bot.
Feature Description
Add data-testid to use in Selenium automation test to avoid breaking test case in future refactoring.
Use Case
No response