Tag:Test-IDs
All the articles with the tag "Test-IDs".
-
Test Automation - Efficient Element Selection with Playwright Typescript using Test IDs
Published:Learn to create more resilient and maintainable tests in Playwright TypeScript by configuring and using custom test IDs for element selection.
-
Test Automation - Efficient Element Selection with Playwright Python using Test IDs
Published:Improve test readability and robustness by configuring Playwright to use custom 'data-test' attributes for element selection with the get_by_test_id() method.