Bin
2025-12-17 262fecaa75b2909ad244f12c3b079ed3ff4ae329
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "name": "@heartexlabs/lsf-e2e",
  "version": "1.0.0",
  "description": "",
  "main": "codecept.conf.js",
  "private": true,
  "scripts": {
    "test": "codeceptjs run",
    "test:ui": "codecept-ui run",
    "test:local": "HEADLESS=true yarn test",
    "test:parallel": "codeceptjs run-workers 4",
    "test:ci": "HEADLESS=true COVERAGE=true yarn run test:parallel",
    "test:ci:no-worker": "HEADLESS=true codeceptjs run",
    "coverage:istanbul": "node ./coverage-to-istanbul.js",
    "coverage:report": "nyc report --reporter=html --include=../src/**/* --report-dir=./coverage --temp-dir=./output/coverage",
    "codeceptjs": "codeceptjs run --steps",
    "codeceptjs:headless": "HEADLESS=true codeceptjs run --steps",
    "codeceptjs:ui": "codecept-ui --app",
    "codeceptjs:demo": "codeceptjs run --steps -c node_modules/@codeceptjs/examples",
    "codeceptjs:demo:headless": "HEADLESS=true codeceptjs run --steps -c node_modules/@codeceptjs/examples",
    "codeceptjs:demo:ui": "codecept-ui --app  -c node_modules/@codeceptjs/examples",
    "show-trace": "playwright show-trace"
  },
  "devDependencies": {
    "@codeceptjs/configure": "^0.7.0",
    "@codeceptjs/examples": "^1.2.1",
    "@codeceptjs/ui": "1.2.5",
    "@types/mkdirp": "^1.0.1",
    "@types/node": "^16.11.6",
    "@types/puppeteer": "^5.4.3",
    "@types/rimraf": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^5.6.0",
    "@typescript-eslint/parser": "^5.6.0",
    "codeceptjs": "3.3.3",
    "eslint": "^8.4.1",
    "eslint-plugin-codeceptjs": "^1.3.0",
    "mkdirp": "^1.0.4",
    "nyc": "^15.1.0",
    "playwright": "^1.55.1",
    "puppeteer": "^24.6.1",
    "rimraf": "^3.0.2",
 
    "ts-node": "^10.0.0",
    "typescript": "^4.5.3",
    "v8-to-istanbul": "^9.0.0",
    "xml2js": "^0.4.23",
    "xmlbuilder": "^15.1.1"
  },
  "resolutions": {
    "axios": "1.8.2",
    "cookie": "0.7.0",
    "debug": "^4.3.1",
    "**/express/path-to-regexp": "0.1.12",
    "follow-redirects": "^1.15.5",
    "js-yaml": "4.1.1",
    "ws": ">=7.5.10",
    "send": "0.19.0"
  },
  "dependencies": {}
}