-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
48 lines (48 loc) · 1.35 KB
/
package.json
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
{
"name": "e2e-tests-automated",
"version": "1.0.0",
"description": "Automated E2E tests using cypress and cucumber",
"main": "index.js",
"scripts": {
"test": "cypress run -e tags=\"not (@BROKEN)\"",
"test:no-nifi": "cypress run -e tags=\"not (@nifi or @BROKEN)\"",
"test:no-ldio": "cypress run -e tags=\"not (@ldio or @BROKEN)\"",
"open": "cypress open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing.git"
},
"keywords": [
"LDES",
"VSDS",
"E2E",
"automated tests"
],
"author": "Ranko Orlic",
"license": "EUPL-1.2",
"bugs": {
"url": "https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing/issues"
},
"homepage": "https://github.com/Informatievlaanderen/VSDS-LDES-E2E-testing#readme",
"devDependencies": {
"@badeball/cypress-cucumber-preprocessor": "^20.0.0",
"@cypress/webpack-preprocessor": "^6.0.1",
"@types/jsonld": "^1.5.13",
"@types/n3": "^1.16.4",
"@types/underscore": "^1.11.15",
"cypress": "^13.6.2",
"cypress-wait-until": "^3.0.1",
"rdf-isomorphic": "1.3.1",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"uuid": "^9.0.1"
},
"dependencies": {
"jsonld": "^8.3.2",
"n3": "^1.17.2",
"node-jq": "^6.0.1",
"string_decoder": "^1.3.0",
"underscore": "^1.13.6"
}
}