Conversation
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
| "plugins": [ | ||
| "@typescript-eslint" | ||
| ], | ||
| "extends": [ | ||
| "eslint:recommended", | ||
| "plugin:@typescript-eslint/recommended" | ||
| ], |
There was a problem hiding this comment.
[prettier] reported by reviewdog 🐶
| "plugins": [ | |
| "@typescript-eslint" | |
| ], | |
| "extends": [ | |
| "eslint:recommended", | |
| "plugin:@typescript-eslint/recommended" | |
| ], | |
| "plugins": ["@typescript-eslint"], | |
| "extends": ["eslint:recommended", "plugin:@typescript-eslint/recommended"], |
| @@ -1,16 +1,36 @@ | |||
| const { defineConfig } = require('@playwright/test'); | |||
| // playwright.config.js | |||
| import { defineConfig, devices } from '@playwright/test'; | |||
There was a problem hiding this comment.
[prettier] reported by reviewdog 🐶
| import { defineConfig, devices } from '@playwright/test'; | |
| import { defineConfig, devices } from "@playwright/test"; |
Playwright Test MetricsTotal: null Duration: 11871.203 ms ESLint (GUI tests)Total files scanned: 1 Test-Flow ChartArtifact: test-flow-chart → flowchart.png Playwright Screenshots for this PR
View Full Reports:
Full run details: link |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
| // This should fix the 'published-screenshots/html/' not found warning. | ||
| ["html", { open: "never", outputFolder: "published-screenshots/html" }], | ||
| // Ensure JSON report is also in published-screenshots | ||
| ["json", { outputFile: "published-screenshots/results.json" }] |
There was a problem hiding this comment.
[prettier] reported by reviewdog 🐶
| ["json", { outputFile: "published-screenshots/results.json" }] | |
| ["json", { outputFile: "published-screenshots/results.json" }], |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |
|
👋 Hello! Here's the link to our GitHub Pages site: This link will always show the latest version from our main branch. |


























Accomplishing PBI 2.1 Capture screenshots during testing