Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/devRun.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
BASE_URL: ${{ vars.BASE_URL }}
HUSKY: 0
container:
image: mcr.microsoft.com/playwright:v1.59.1
image: mcr.microsoft.com/playwright:v1.61.1
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:
run: pnpm exec allure generate allure-results --output allure-report
- name: Allure PR summary
if: always()
uses: allure-framework/allure-action@v0.6.6
uses: allure-framework/allure-action@v0.8.0
with:
report-directory: "./allure-report"
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
timeout-minutes: 15
runs-on: ubuntu-latest
container:
image: mcr.microsoft.com/playwright:v1.59.1
image: mcr.microsoft.com/playwright:v1.61.1
env:
BASE_URL: ${{ vars.BASE_URL }}
HUSKY: 0
Expand All @@ -47,7 +47,7 @@ jobs:
matrix: ${{ fromJson(needs.setup-matrix.outputs.matrix) }}
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
HUSKY: 0
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
Expand Down
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/2.4.14/schema.json",
"$schema": "https://biomejs.dev/schemas/2.5.1/schema.json",
"assist": {
"actions": {
"source": {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
"author": "Nir Tal",
"description": "",
"devDependencies": {
"@aws-sdk/client-s3": "3.1045.0",
"@aws-sdk/credential-provider-ini": "3.972.38",
"@biomejs/biome": "2.4.14",
"@flakiness/playwright": "1.8.0",
"@playwright/test": "1.59.1",
"@types/node": "24.12.3",
"@aws-sdk/client-s3": "3.1075.0",
"@aws-sdk/credential-provider-ini": "3.972.56",
"@biomejs/biome": "2.5.1",
"@flakiness/playwright": "1.16.0",
"@playwright/test": "1.61.1",
"@types/node": "24.13.2",
"@types/ssh2-sftp-client": "9.0.6",
"@visual-regression-tracker/agent-playwright": "5.3.1",
"allure": "3.7.0",
"allure-js-commons": "3.7.2",
"allure-playwright": "3.7.2",
"axios": "1.16.0",
"allure": "3.13.1",
"allure-js-commons": "3.10.1",
"allure-playwright": "3.10.1",
"axios": "1.18.1",
"dotenv": "17.4.2",
"husky": "9.1.7",
"lint-staged": "17.0.2",
"mailinator-client": "1.1.0",
"mysql2": "3.22.3",
"lint-staged": "17.0.8",
"mailinator-client": "1.1.1",
"mysql2": "3.22.5",
"ssh2-sftp-client": "12.1.1",
"stripe": "22.1.1",
"stripe": "22.3.0",
"typescript": "6.0.3",
"xlsx": "0.18.5",
"zod": "4.4.3"
Expand All @@ -33,7 +33,7 @@
]
},
"name": "playwright-typescript",
"packageManager": "pnpm@11.0.8",
"packageManager": "pnpm@11.9.0",
"scripts": {
"biome:fix": "biome check --write --unsafe --no-errors-on-unmatched || true",
"codegen": "playwright codegen",
Expand Down
Loading
Loading