Skip to content

Commit b790a99

Browse files
Logan Grahamomacranger
Logan Graham
authored andcommitted
lint fixes
1 parent 77c417f commit b790a99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/visual-testing/integrations/playwright.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export default defineConfig({
7070

7171
Though this step is optional it is _highly recommended_ for ease of use / developer experience. By creating a custom Playwright fixture you can enable quick and convenient access to the Sauce Visual service, as well as setting and configuring global defaults which can be overridden on a per-test basis. See the [Playwright Fixtures Docs Page](https://playwright.dev/docs/test-fixtures#creating-a-fixture) for more information and other examples of the benefits.
7272

73-
If you already have a custom fixture file, simply append the body of the example `base.extend` below to it; otherwise, create a `custom-test.ts` file with the included contents.
73+
If you already have a custom fixture file, append the body of the example `base.extend` below to it; otherwise, create a `custom-test.ts` file with the included contents.
7474

7575
<details>
7676
<summary>`custom-test.ts` File contents</summary>
@@ -147,7 +147,7 @@ test('has title', async ({ page }, testInfo) => {
147147
</TabItem>
148148
</Tabs>
149149

150-
### Step 5 - Configure your Sauce Labs credentials
150+
### Step 5 - Configure Your Sauce Labs Credentials
151151

152152
Sauce Visual relies on environment variables for authentication.<br />
153153
Both `SAUCE_USERNAME` and `SAUCE_ACCESS_KEY` need to be set prior starting your Playwright tests.

0 commit comments

Comments
 (0)