blob: b1e9931af94888af1159ed34bd1baf5824dac6ce [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": {
Marc Kupietz8f7c2042025-06-24 09:55:03 +020021 "@slack/web-api": "^7.3.4",
dependabot[bot]35287a42025-06-04 15:34:19 +000022 "chai": "^5.2.0",
Marc Kupietz8f7c2042025-06-24 09:55:03 +020023 "form-data": "^4.0.0",
dependabot[bot]22b5c742025-06-24 14:45:58 +000024 "mocha": "^11.7.1",
Marc Kupietzbfb23012025-06-03 15:47:10 +020025 "mocha-junit-reporter": "^2.2.1",
dependabot[bot]e8e7d312025-06-27 14:34:13 +000026 "puppeteer": "^24.11.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}