blob: 511af7a4452ec08c618eed27011666a532501891 [file] [log] [blame]
Marc Kupietzc4077822022-12-03 15:32:40 +01001{
2 "name": "korap-e2e-tests",
Marc Kupietz73cfd842024-02-21 11:19:22 +01003 "version": "1.0.0",
Marc Kupietzc4077822022-12-03 15:32:40 +01004 "description": "Performs end-to-end tests on a KorAP instance",
5 "main": "mocha",
Marc Kupietz93c27162022-12-07 07:36:20 +01006 "repository": {
7 "type": "git",
8 "url": "https://github.com/KorAP/KorAP-E2E-Tests"
9 },
Marc Kupietzc4077822022-12-03 15:32:40 +010010 "directories": {
Marc Kupietz5e45a2f2022-12-03 15:32:40 +010011 "test": "test",
12 "lib": "lib"
Marc Kupietzc4077822022-12-03 15:32:40 +010013 },
14 "scripts": {
Marc Kupietzbfb23012025-06-03 15:47:10 +020015 "test": "mocha",
16 "test:ci": "mocha --reporter mocha-junit-reporter --reporter-options mochaFile=test-results.xml"
Marc Kupietzc4077822022-12-03 15:32:40 +010017 },
18 "author": "Marc Kupietz",
Marc Kupietz0483b772022-12-07 07:36:01 +010019 "license": "APACHE-2.0",
Marc Kupietzc4077822022-12-03 15:32:40 +010020 "dependencies": {
dependabot[bot]35287a42025-06-04 15:34:19 +000021 "chai": "^5.2.0",
dependabot[bot]a6f3c4d2025-06-18 14:28:23 +000022 "mocha": "^11.7.0",
Marc Kupietzbfb23012025-06-03 15:47:10 +020023 "mocha-junit-reporter": "^2.2.1",
dependabot[bot]301c3a72025-06-04 15:36:50 +000024 "puppeteer": "^24.10.0",
Marc Kupietz490b0532024-09-05 09:36:21 +020025 "puppeteer-extra": "^3.3.6",
26 "puppeteer-extra-plugin-user-preferences": "^2.4.1",
Marc Kupietz7f1666a2024-07-12 18:35:31 +020027 "slack-notify": "^2.0.7"
Marc Kupietz78e8e082022-12-03 15:32:40 +010028 }
Marc Kupietzbfb23012025-06-03 15:47:10 +020029}