shiplightai 0.1.38 → 0.1.40

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,8 +19,7 @@ npm install -D shiplightai @playwright/test
19
19
  In your `playwright.config.ts`:
20
20
 
21
21
  ```ts
22
- import { defineConfig } from '@playwright/test';
23
- import { shiplightConfig } from 'shiplightai';
22
+ import { defineConfig, shiplightConfig } from 'shiplightai';
24
23
 
25
24
  export default defineConfig({
26
25
  ...shiplightConfig(),
@@ -120,8 +119,7 @@ my-tests/
120
119
 
121
120
  **`playwright.config.ts`** — Playwright config with `shiplightConfig()`:
122
121
  ```ts
123
- import { defineConfig } from '@playwright/test';
124
- import { shiplightConfig } from 'shiplightai';
122
+ import { defineConfig, shiplightConfig } from 'shiplightai';
125
123
 
126
124
  export default defineConfig({
127
125
  ...shiplightConfig(),