Skip to content

Commit 0d3e026

Browse files
committed
feat: add Playwright in workflow name
1 parent 551a08c commit 0d3e026

9 files changed

Lines changed: 18 additions & 18 deletions
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Auto-generate tests with Codegen
1+
name: Auto-generate Playwright tests with Codegen
22
command: "npx playwright codegen {{url}}"
33
arguments:
44
- name: url
55
- description: "URL of the webpage."
66
- default_value: "playwright.dev"
77
tags:
88
- playwright
9-
description: "Auto-generates tests with Codegen."
9+
description: "Auto-generates Playwright tests with Codegen."
1010
source_url: "https://playwright.dev/docs/codegen-intro#running-codegen"
1111
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Run a single project
1+
name: Run a single Playwright project
22
command: "npx playwright test --project={{projectName}}"
33
arguments:
44
- name: projectName
55
- description: "The project name."
66
tags:
77
- playwright
8-
description: "Run tests in a project."
8+
description: "Run Playwright tests in a project."
99
source_url: "https://playwright.dev/docs/test-advanced#projects"
1010
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Run a single test file
1+
name: Run a single Playwright test file
22
command: "npx playwright test {{pathToFile}}"
33
arguments:
44
- name: pathToFile
55
- description: "The path to the test file to run."
66
tags:
77
- playwright
8-
description: "Runs a single test file."
8+
description: "Runs a single Playwright test file."
99
source_url: "https://playwright.dev/docs/running-tests"
1010
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Run all tests
1+
name: Run all Playwright tests
22
command: "npx playwright test"
33
tags:
44
- playwright
5-
description: "Runs all tests"
5+
description: "Runs all Playwright tests"
66
source_url: "https://playwright.dev/docs/intro#running-the-example-test"
77
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
name: Run test in a specific browser
1+
name: Run Playwright test in a specific browser
22
command: "npx playwright test --browser={{browser}}"
33
arguments:
44
- name: browser
55
- description: "Browser to run tests in(either chromium, firefox, webkit or all)."
66
- default_value: "all"
77
tags:
88
- playwright
9-
description: "Run tests in a specific browser"
9+
description: "Runs Playwright tests in a specific browser."
1010
source_url: "https://playwright.dev/docs/test-cli#reference"
1111
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Run test in debug mode
1+
name: Run Playwright tests in debug mode
22
command: "npx playwright test --debug"
33
tags:
44
- playwright
5-
description: "Runs tests in debug mode."
5+
description: "Runs Playwright tests in debug mode."
66
source_url: "https://playwright.dev/docs/debug#--debug"
77
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Run test with the title
1+
name: Run Playwright test with the title
22
command: 'npx playwright test --g "{{testTitle}}"'
33
arguments:
44
- name: testTitle
55
- description: "The title of the test to run."
66
tags:
77
- playwright
8-
description: "Runs test with the title."
8+
description: "Runs Playwright test with the title."
99
source_url: "https://playwright.dev/docs/test-cli#reference"
1010
author: DominusKelvin
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Run tests in headed mode
1+
name: Run Playwright tests in headed mode
22
command: "npx playwright test --headed"
33
tags:
44
- playwright
5-
description: "Runs tests in headed mode."
5+
description: "Runs Playwright tests in headed mode."
66
source_url: "https://playwright.dev/docs/test-cli#reference"
77
author: DominusKelvin

specs/playwright/show-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
name: Show report
1+
name: Show report on Playwright tests
22
command: "npx playwright show-report"
33
tags:
44
- playwright
5-
description: "Opens a webpage showing a report on your tests."
5+
description: "Opens a webpage showing a report on your Playwright tests."
66
source_url: "https://playwright.dev/docs/running-tests#test-reports"
77
author: DominusKelvin

0 commit comments

Comments
 (0)