Skip to content

Commit e87deed

Browse files
committed
chore: fix wrong format of YAML file
1 parent 0d3e026 commit e87deed

5 files changed

Lines changed: 7 additions & 7 deletions

specs/playwright/auto-generate-tests-with-codegen.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Auto-generate Playwright tests with Codegen
22
command: "npx playwright codegen {{url}}"
33
arguments:
44
- name: url
5-
- description: "URL of the webpage."
6-
- default_value: "playwright.dev"
5+
description: "URL of the webpage."
6+
default_value: "playwright.dev"
77
tags:
88
- playwright
99
description: "Auto-generates Playwright tests with Codegen."

specs/playwright/run-a-single-project.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run a single Playwright project
22
command: "npx playwright test --project={{projectName}}"
33
arguments:
44
- name: projectName
5-
- description: "The project name."
5+
description: "The project name."
66
tags:
77
- playwright
88
description: "Run Playwright tests in a project."

specs/playwright/run-a-single-test-file.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run a single Playwright test file
22
command: "npx playwright test {{pathToFile}}"
33
arguments:
44
- name: pathToFile
5-
- description: "The path to the test file to run."
5+
description: "The path to the test file to run."
66
tags:
77
- playwright
88
description: "Runs a single Playwright test file."

specs/playwright/run-test-in-a-specific-browser.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: Run Playwright test in a specific browser
22
command: "npx playwright test --browser={{browser}}"
33
arguments:
44
- name: browser
5-
- description: "Browser to run tests in(either chromium, firefox, webkit or all)."
6-
- default_value: "all"
5+
description: "Browser to run tests in(either chromium, firefox, webkit or all)."
6+
default_value: "all"
77
tags:
88
- playwright
99
description: "Runs Playwright tests in a specific browser."

specs/playwright/run-test-with-title.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Run Playwright test with the title
22
command: 'npx playwright test --g "{{testTitle}}"'
33
arguments:
44
- name: testTitle
5-
- description: "The title of the test to run."
5+
description: "The title of the test to run."
66
tags:
77
- playwright
88
description: "Runs Playwright test with the title."

0 commit comments

Comments
 (0)