Skip to content

Commit 4ffb45f

Browse files
NO-JIRA: add TypeScript utilities for browser automation and Snyk target setup (#1517)
* Add TypeScript utilities for browser automation and Snyk target setup. Create reusable TypeScript scripts to automate browser sessions via Playwright. Includes: - `start_browser.ts` to launch Chrome with debugging enabled. - `add_synk_target.ts` to streamline adding Snyk scan targets for multiple Pipfiles. --------- Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8916ad7 commit 4ffb45f

File tree

5 files changed

+295
-111
lines changed

5 files changed

+295
-111
lines changed

tests/browser/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
"author": "",
1111
"license": "MIT",
1212
"devDependencies": {
13-
"@playwright/test": "^1.53.1",
13+
"playwright": "==1.53.1",
14+
"@playwright/test": "==1.53.1",
1415

1516
"testcontainers": "^11.0.3",
1617

0 commit comments

Comments
 (0)