mirror of
https://git.cloudron.io/cloudron/minio-app
synced 2026-05-02 23:25:50 +00:00
test: remove chromedriver dependency
Selenium Manager auto-detects the system ChromeDriver, making the chromedriver npm package unnecessary. Made-with: Cursor
This commit is contained in:
@@ -10,7 +10,6 @@
|
|||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@eslint/js": "^9.37.0",
|
"@eslint/js": "^9.37.0",
|
||||||
"chromedriver": "^141.0.3",
|
|
||||||
"mocha": "^11.7.4",
|
"mocha": "^11.7.4",
|
||||||
"selenium-webdriver": "^4.36.0",
|
"selenium-webdriver": "^4.36.0",
|
||||||
"@cloudron/superagent": "^10.2.3"
|
"@cloudron/superagent": "^10.2.3"
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
#!/usr/bin/env node
|
#!/usr/bin/env node
|
||||||
|
|
||||||
import 'chromedriver';
|
|
||||||
import { execSync } from 'node:child_process';
|
import { execSync } from 'node:child_process';
|
||||||
import assert from 'node:assert/strict';
|
import assert from 'node:assert/strict';
|
||||||
import fs from 'node:fs';
|
import fs from 'node:fs';
|
||||||
|
|||||||
Reference in New Issue
Block a user