Skip to content

Commit 565444a

Browse files
committed
Updated spec file
1 parent 27eb345 commit 565444a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Chapter01/01_Record_Test.spec.ts

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { test, expect } from '@playwright/test';
55
*/
66
test('[3] Record a test', { tag: ['@PlaywrightWithAzureDevOpsPipeline','@PlaywrightWithGitHubActions'] }, async ({ page }) => {
77

8+
console.log('Test execution started...');
89
await test.step('Navigating to URL', async () => {
910
await page.goto('https://github.com/');
1011
await page.getByRole('link', { name: 'Sign in' }).click();

0 commit comments

Comments
 (0)