@bugzy-ai/bugzy 1.18.4 → 1.18.5
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/package.json
CHANGED
|
@@ -3,6 +3,12 @@
|
|
|
3
3
|
## Framework
|
|
4
4
|
Playwright with TypeScript
|
|
5
5
|
|
|
6
|
+
## Environment
|
|
7
|
+
|
|
8
|
+
Playwright and Chromium browser binaries are **pre-installed** in the execution environment. npm packages from `package.json` are also pre-installed in the project root.
|
|
9
|
+
|
|
10
|
+
**DO NOT** run `npx playwright install` or `npm install` — all dependencies are already available.
|
|
11
|
+
|
|
6
12
|
## Test Execution
|
|
7
13
|
|
|
8
14
|
Run commands from the project root directory.
|