You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test('Verify home page contents after successful login [T2662, T1234, T4321]',{tag:"@e2eFlow"}, async ({ page }) => { }); test('Verify home page contents after successful login [T2662][T1234][T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });
Support to add multiple test tags to single test cases in any above given example formats.
It will be helpful to tag mutiple test cases from zephyr to one e2e scenario from playwright.
The text was updated successfully, but these errors were encountered:
test('Verify home page contents after successful login [T2662, T1234, T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });
test('Verify home page contents after successful login [T2662][T1234][T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });
Support to add multiple test tags to single test cases in any above given example formats.
It will be helpful to tag mutiple test cases from zephyr to one e2e scenario from playwright.
The text was updated successfully, but these errors were encountered: