Skip to content

Commit

Permalink
Visual Testing using playwright blogpost
Browse files Browse the repository at this point in the history
  • Loading branch information
VenkataRaviMajjari committed Nov 3, 2023
1 parent 503266d commit ea57576
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ So, here we are with problem statement from Visual Testing

## **Automated Visual Testing using Playwright**

Check warning on line 157 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L157

[Google.Headings] 'Automated Visual Testing using Playwright' should use sentence-style capitalization.
Raw output
{"message": "[Google.Headings] 'Automated Visual Testing using Playwright' should use sentence-style capitalization.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 157, "column": 6}}}, "severity": "WARNING"}

To address the above challenges we need to implement automated visual testing in place of ‘function testing’/’manual visual testing’ to accomplish efficient and reliable results in visual testing
To address the above challenges we need to implement automated visual testing in place of ‘function testing’/’manual visual testing’ to **accomplish efficient and reliable results in visual testing**

Check warning on line 159 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L159

[Google.WordList] Use 'preceding' instead of 'above'.
Raw output
{"message": "[Google.WordList] Use 'preceding' instead of 'above'.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 159, "column": 16}}}, "severity": "WARNING"}

Check warning on line 159 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L159

[Google.We] Try to avoid using first-person plural like 'we'.
Raw output
{"message": "[Google.We] Try to avoid using first-person plural like 'we'.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 159, "column": 33}}}, "severity": "WARNING"}

Check warning on line 159 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L159

[write-good.TooWordy] 'implement' is too wordy.
Raw output
{"message": "[write-good.TooWordy] 'implement' is too wordy.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 159, "column": 44}}}, "severity": "WARNING"}

Check warning on line 159 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L159

[write-good.TooWordy] 'accomplish' is too wordy.
Raw output
{"message": "[write-good.TooWordy] 'accomplish' is too wordy.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 159, "column": 139}}}, "severity": "WARNING"}

- **Playwright** is an open-source test automation framework that enables end-to-end testing for modern web-apps

Check warning on line 161 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L161

[Google.WordList] Use 'open source' instead of 'open-source'.
Raw output
{"message": "[Google.WordList] Use 'open source' instead of 'open-source'.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 161, "column": 24}}}, "severity": "WARNING"}
- It uses languages - JavaScript, TypeScript, Python, Java, and C#
Expand Down Expand Up @@ -199,10 +199,3 @@ When the **toHaveScreenshot()** function executes, it performs the following
url="/assets/images/post/visual-testing9.png"

Check warning on line 199 in _posts/2023-11-03-visual-testing-using-playwright.md

View workflow job for this annotation

GitHub Actions / vale

[vale] _posts/2023-11-03-visual-testing-using-playwright.md#L199

[Google.WordList] Use 'URL' instead of 'url'.
Raw output
{"message": "[Google.WordList] Use 'URL' instead of 'url'.", "location": {"path": "_posts/2023-11-03-visual-testing-using-playwright.md", "range": {"start": {"line": 199, "column": 3}}}, "severity": "WARNING"}
%}


**References**

- **Developer Enablement:-**
https://backbase.atlassian.net/wiki/spaces/DE/pages/4066119941/Visual+testing+Approaches+and+Best+Practices
- **Guild:-**
https://backbase.atlassian.net/wiki/spaces/GUIL/pages/4109697277/Visual+testing+Best+Practices

0 comments on commit ea57576

Please sign in to comment.