Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Checklist Generation#85

Open
BarisArslan795 wants to merge 4 commits intomainfrom
feature/check-list
Open

Checklist Generation#85
BarisArslan795 wants to merge 4 commits intomainfrom
feature/check-list

Conversation

@BarisArslan795
Copy link
Copy Markdown
Contributor

No description provided.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Hello!

Here's the link to our GitHub Pages site:
[View Blank Page]({{ https://digitalproductinnovationanddevelopment.github.io/Code-Reviews-of-GUI-Tests/ }})

This link will always show the latest version from our main branch.

Comment thread playwright.config.js
Comment on lines +13 to 14
['json', { outputFile: 'playwright-metrics.json' }],
['html', { outputFile: 'report.html', open: 'never' }],
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
['json', { outputFile: 'playwright-metrics.json' }],
['html', { outputFile: 'report.html', open: 'never' }],
["json", { outputFile: "playwright-metrics.json" }],
["html", { outputFile: "report.html", open: "never" }],

Comment thread playwright.config.js
['json', { outputFile: 'playwright-metrics.json' }],
['html', { outputFile: 'report.html', open: 'never' }],
],
}); No newline at end of file
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[prettier] reported by reviewdog 🐶

Suggested change
});
});

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Jun 15, 2025

Test Checklist

  • GitHub Action triggered
  • Playwright tests completed successfully
  • ESLint executed without issues
  • Prettier check completed
  • Test summary generated
  • Flowchart created

Checklist Status: success


Playwright Test Metrics

Total: 48
Passed: 24
Failed: 0
Skipped: 0

Duration: 17614049 ms
Pass Rate: 50.00 %


ESLint Test Metrics

Files Checked: 1
Errors: 1
Warnings: 0
Fixable Errors: 0
Fixable Warnings: 0

[
  {
    "filePath": "/home/runner/work/Code-Reviews-of-GUI-Tests/Code-Reviews-of-GUI-Tests/tests/demo-todo-app.spec.ts",
    "messages": [
      {
        "ruleId": null,
        "fatal": true,
        "severity": 2,
        "message": "Parsing error: Unexpected token Page",
        "line": 1,
        "column": 29,
        "nodeType": null
      }
    ],
    "suppressedMessages": [],
    "errorCount": 1,
    "fatalErrorCount": 1,
    "warningCount": 0,
    "fixableErrorCount": 0,
    "fixableWarningCount": 0,

Test-Flow Chart

Artifact: test-flow-chart → flowchart.png

Full run details: link

@github-actions
Copy link
Copy Markdown
Contributor

👋 Hello!

Here's the link to our GitHub Pages site:
[View Blank Page]({{ https://digitalproductinnovationanddevelopment.github.io/Code-Reviews-of-GUI-Tests/ }})

This link will always show the latest version from our main branch.

@github-actions
Copy link
Copy Markdown
Contributor

👋 Hello!

Here's the link to our GitHub Pages site:
[View Blank Page]({{ https://digitalproductinnovationanddevelopment.github.io/Code-Reviews-of-GUI-Tests/ }})

This link will always show the latest version from our main branch.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant