We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27eb345 commit 565444aCopy full SHA for 565444a
tests/Chapter01/01_Record_Test.spec.ts
@@ -5,6 +5,7 @@ import { test, expect } from '@playwright/test';
5
*/
6
test('[3] Record a test', { tag: ['@PlaywrightWithAzureDevOpsPipeline','@PlaywrightWithGitHubActions'] }, async ({ page }) => {
7
8
+ console.log('Test execution started...');
9
await test.step('Navigating to URL', async () => {
10
await page.goto('https://github.com/');
11
await page.getByRole('link', { name: 'Sign in' }).click();
0 commit comments