|
49 | 49 | "lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.cjs --fix",
|
50 | 50 | "prettier": "prettier --config prettier.config.js --write bin/**/*.js lib/**/*.js test/**/*.js translations/**/*.js runok.cjs",
|
51 | 51 | "docs": "./runok.js docs",
|
52 |
| - "test:unit": "mocha test/unit --recursive --timeout 10000", |
53 |
| - "test:runner": "mocha test/runner --recursive --timeout 10000", |
| 52 | + "test:unit": "mocha test/unit --recursive --timeout 10000 --reporter @testomatio/reporter/mocha", |
| 53 | + "test:runner": "mocha test/runner --recursive --timeout 10000 --reporter @testomatio/reporter/mocha", |
54 | 54 | "test": "npm run test:unit && npm run test:runner",
|
55 |
| - "test:appium-quick": "mocha test/helper/Appium_test.js --grep 'quick'", |
56 |
| - "test:appium-other": "mocha test/helper/Appium_test.js --grep 'second'", |
57 |
| - "test:ios:appium-quick": "mocha test/helper/Appium_ios_test.js --grep 'quick'", |
58 |
| - "test:ios:appium-other": "mocha test/helper/Appium_ios_test.js --grep 'second'", |
| 55 | + "test:appium-quick": "mocha test/helper/Appium_test.js --grep 'quick' --reporter @testomatio/reporter/mocha", |
| 56 | + "test:appium-other": "mocha test/helper/Appium_test.js --grep 'second' --reporter @testomatio/reporter/mocha", |
| 57 | + "test:ios:appium-quick": "mocha test/helper/Appium_ios_test.js --grep 'quick' --reporter @testomatio/reporter/mocha", |
| 58 | + "test:ios:appium-other": "mocha test/helper/Appium_ios_test.js --grep 'second' --reporter @testomatio/reporter/mocha", |
59 | 59 | "test-app:start": "php -S 127.0.0.1:8000 -t test/data/app",
|
60 | 60 | "test-app:stop": "kill -9 $(lsof -t -i:8000)",
|
61 |
| - "test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js", |
62 |
| - "test:unit:webbapi:puppeteer": "mocha test/helper/Puppeteer_test.js", |
63 |
| - "test:unit:webbapi:webDriver": "mocha test/helper/WebDriver_test.js --timeout 10000", |
64 |
| - "test:unit:webbapi:webDriver:noSeleniumServer": "mocha test/helper/WebDriver.noSeleniumServer_test.js --timeout 10000", |
65 |
| - "test:unit:webbapi:testCafe": "mocha test/helper/TestCafe_test.js", |
66 |
| - "test:unit:expect": "mocha test/helper/Expect_test.js", |
67 |
| - "test:plugin": "mocha test/plugin/plugin_test.js", |
| 61 | + "test:unit:webbapi:playwright": "mocha test/helper/Playwright_test.js --reporter @testomatio/reporter/mocha", |
| 62 | + "test:unit:webbapi:puppeteer": "mocha test/helper/Puppeteer_test.js --reporter @testomatio/reporter/mocha", |
| 63 | + "test:unit:webbapi:webDriver": "mocha test/helper/WebDriver_test.js --timeout 10000 --reporter @testomatio/reporter/mocha", |
| 64 | + "test:unit:webbapi:webDriver:noSeleniumServer": "mocha test/helper/WebDriver.noSeleniumServer_test.js --timeout 10000 --reporter @testomatio/reporter/mocha", |
| 65 | + "test:unit:webbapi:testCafe": "mocha test/helper/TestCafe_test.js --reporter @testomatio/reporter/mocha", |
| 66 | + "test:unit:expect": "mocha test/helper/Expect_test.js --reporter @testomatio/reporter/mocha", |
| 67 | + "test:plugin": "mocha test/plugin/plugin_test.js --reporter @testomatio/reporter/mocha", |
68 | 68 | "def": "./runok.js def",
|
69 | 69 | "dev:graphql": "node test/data/graphql/index.js",
|
70 | 70 | "publish:site": "./runok.js publish:site",
|
|
129 | 129 | "@faker-js/faker": "9.8.0",
|
130 | 130 | "@pollyjs/adapter-puppeteer": "6.0.6",
|
131 | 131 | "@pollyjs/core": "6.0.6",
|
| 132 | + "@testomatio/reporter": "^2.0.2", |
132 | 133 | "@types/chai": "5.2.2",
|
133 | 134 | "@types/inquirer": "9.0.7",
|
134 | 135 | "@types/node": "24.0.10",
|
|
0 commit comments