This repository was archived by the owner on Jan 28, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Epic 2 pbi 2.1 (improvement) #93
Open
amarilda611
wants to merge
27
commits into
main
Choose a base branch
from
epic-2-pbi-2.1-(improvement)
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
bdaea0d
Update .eslintrc.json
amarilda611 157ef2b
Update playwright.config.js
amarilda611 94f40ba
Update playwright.yml
amarilda611 5cef3a8
Docs: Publish Playwright screenshots for PR #93 [skip ci]
github-actions[bot] 2fda743
Update package.json
amarilda611 499a2e5
Update package.json
amarilda611 3d7203e
Update playwright.yml
amarilda611 f2c4608
Docs: Publish Playwright screenshots for PR #93 [skip ci]
github-actions[bot] 48455ed
Create tsconfig.json
amarilda611 3780e42
Update playwright.yml
amarilda611 71a2ce1
Docs: Publish Playwright screenshots for PR #93 [skip ci]
github-actions[bot] a872fc7
Update tsconfig.json
amarilda611 32c44f7
Update playwright.config.js
amarilda611 041378b
Update .eslintrc.json
amarilda611 9967096
Update playwright.yml
amarilda611 3280020
Update playwright.yml
amarilda611 8181bb4
Update playwright.config.js
amarilda611 b411d56
Update playwright.yml
amarilda611 557a2c7
Docs: Publish Playwright screenshots for PR #93 [skip ci]
github-actions[bot] 67c6a69
Update playwright.yml
amarilda611 b6c96ce
Update playwright.yml
amarilda611 57d2e2d
Docs: Publish Playwright screenshots for PR #93 [skip ci]
github-actions[bot] 5e1cd48
Update playwright.yml
amarilda611 da61be8
Update playwright.yml
amarilda611 64f0591
Update playwright.yml
amarilda611 216fe48
Update playwright.yml
amarilda611 c5a645d
Update playwright.yml
amarilda611 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,19 @@ | ||
| { | ||
| "env": { | ||
| "browser": true, | ||
| "es2021": true, | ||
| "node": true | ||
| }, | ||
| "extends": "eslint:recommended", | ||
| "root": true, | ||
| "parser": "@typescript-eslint/parser", | ||
| "plugins": [ | ||
| "@typescript-eslint" | ||
| ], | ||
| "extends": [ | ||
| "eslint:recommended", | ||
| "plugin:@typescript-eslint/recommended" | ||
| ], | ||
| "parserOptions": { | ||
| "ecmaVersion": "latest", | ||
| "sourceType": "module" | ||
| "sourceType": "module", | ||
| "project": "./tsconfig.json" // Make sure this path is correct if you have a tsconfig.json | ||
| }, | ||
| "rules": {} | ||
| "rules": { | ||
| // Your custom rules here | ||
| } | ||
| } | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
| @@ -1,16 +1,37 @@ | ||||||
| const { defineConfig } = require('@playwright/test'); | ||||||
| // playwright.config.js | ||||||
| import { defineConfig, devices } from '@playwright/test'; | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [prettier] reported by reviewdog 🐶
Suggested change
|
||||||
|
|
||||||
| module.exports = defineConfig({ | ||||||
| testDir: './tests', | ||||||
| export default defineConfig({ | ||||||
| testDir: "./tests", | ||||||
| fullyParallel: true, | ||||||
| forbidOnly: !!process.env.CI, | ||||||
| retries: process.env.CI ? 2 : 0, | ||||||
| workers: process.env.CI ? 1 : undefined, | ||||||
| reporter: [ | ||||||
| // Corrected to output HTML report to a subfolder within published-screenshots | ||||||
| // 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" }] | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. [prettier] reported by reviewdog 🐶
Suggested change
|
||||||
| ], | ||||||
| use: { | ||||||
| headless: true, | ||||||
| screenshot: 'on', | ||||||
| trace: 'on', | ||||||
| video: 'off', | ||||||
| ignoreHTTPSErrors: true, | ||||||
| trace: "on-first-retry", | ||||||
| headless: true, // Playwright runs headless by default in CI | ||||||
| screenshot: "on", // Takes screenshots on failure or specific steps | ||||||
| }, | ||||||
| reporter: [ | ||||||
| ['json', { outputFile: 'playwright-metrics.json' }], | ||||||
| ['html', { outputFile: 'report.html', open: 'never' }], | ||||||
| projects: [ | ||||||
| { | ||||||
| name: "chromium", | ||||||
| use: { ...devices["Desktop Chrome"] }, | ||||||
| }, | ||||||
| // You can add other projects for different browsers here if needed, e. | ||||||
| // { | ||||||
| // name: "firefox", | ||||||
| // use: { ...devices["Desktop Firefox"] }, | ||||||
| // }, | ||||||
| // { | ||||||
| // name: "webkit", | ||||||
| // use: { ...devices["Desktop Safari"] }, | ||||||
| // }, | ||||||
| ], | ||||||
| }); | ||||||
| }); | ||||||
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,18 @@ | ||
| { | ||
| "compilerOptions": { | ||
| "target": "ES2020", | ||
| "module": "CommonJS", | ||
| "strict": true, | ||
| "esModuleInterop": true, | ||
| "skipLibCheck": true, | ||
| "forceConsistentCasingInFileNames": true, | ||
| // If your tests use JSX (e.g., for React components), uncomment the line below: | ||
| // "jsx": "react-jsx", | ||
| "resolveJsonModule": true, | ||
| "isolatedModules": true, | ||
| "allowJs": true, | ||
| "checkJs": true | ||
| }, | ||
| "include": ["tests/**/*.ts", "tests/**/*.js"], // Changed this line | ||
| "exclude": ["node_modules"] // Changed this line | ||
| } |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[prettier] reported by reviewdog 🐶