blob: 5d5a8564e5ff382a1d30ba171a99a99c595b707f [file] [log] [blame]
Marc Kupietzc4077822022-12-03 15:32:40 +01001{
2 "name": "korap-e2e-tests",
Marc Kupietza4e39352025-06-24 11:30:43 +02003 "version": "1.1.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]4d98f882025-08-29 15:24:56 +000021 "@slack/web-api": "^7.10.0",
dependabot[bot]0e3eb842025-08-22 14:51:25 +000022 "chai": "^6.0.0",
Marc Kupietz3b366de2025-07-17 14:35:36 +000023 "form-data": "^4.0.4",
dependabot[bot]d48932b2025-09-03 09:16:56 +000024 "mocha": "^11.7.2",
Marc Kupietzbfb23012025-06-03 15:47:10 +020025 "mocha-junit-reporter": "^2.2.1",
dependabot[bot]4d087f82025-09-03 13:31:32 +000026 "puppeteer": "^24.18.0",
Marc Kupietz490b0532024-09-05 09:36:21 +020027 "puppeteer-extra": "^3.3.6",
28 "puppeteer-extra-plugin-user-preferences": "^2.4.1",
Marc Kupietz7f1666a2024-07-12 18:35:31 +020029 "slack-notify": "^2.0.7"
Marc Kupietz78e8e082022-12-03 15:32:40 +010030 }
Marc Kupietzbfb23012025-06-03 15:47:10 +020031}