add issue annotation

This commit is contained in:
Simon Knott 2024-08-12 14:25:27 +02:00
parent 5638e95650
commit 97c4096d61
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -366,7 +366,12 @@ test('UI mode is not supported', async ({ runInlineTest }) => {
expect(result.output).toContain('--only-changed is not supported in UI mode'); expect(result.output).toContain('--only-changed is not supported in UI mode');
}); });
test('should run project dependencies of changed tests', async ({ runInlineTest, git, writeFiles }) => { test('should run project dependencies of changed tests', {
annotation: {
type: 'issue',
description: 'https://github.com/microsoft/playwright/issues/32070',
},
}, async ({ runInlineTest, git, writeFiles }) => {
await writeFiles({ await writeFiles({
'playwright.config.ts': ` 'playwright.config.ts': `
module.exports = { module.exports = {