graphdb-workbench-tests 3.1.0-WBM-2 → 3.1.0-WBM-4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/cypress.config.js CHANGED
@@ -21,7 +21,7 @@ module.exports = defineConfig({
21
21
  return require('./plugins')(on, config);
22
22
  },
23
23
  baseUrl: 'http://localhost:9000',
24
- specPattern: 'e2e/**/*.{js,jsx,ts,tsx}',
24
+ specPattern: './**/*.{js,jsx,ts,tsx}',
25
25
  supportFile: 'support/e2e.js',
26
26
  reporter: "cypress-multi-reporters",
27
27
  reporterOptions: {
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "3.1.0-WBM-2",
3
+ "version": "3.1.0-WBM-4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "graphdb-workbench-tests",
9
- "version": "3.1.0-WBM-2",
9
+ "version": "3.1.0-WBM-4",
10
10
  "license": "Apache-2.0",
11
11
  "devDependencies": {
12
12
  "cypress": "^13.17.0",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "graphdb-workbench-tests",
3
- "version": "3.1.0-WBM-2",
3
+ "version": "3.1.0-WBM-4",
4
4
  "description": "Cypress tests for GraphDB workbench",
5
5
  "scripts": {
6
6
  "prepack": "npm shrinkwrap",
@@ -13,7 +13,7 @@
13
13
  "cy:run-legacy": "cypress run --config-file cypress-legacy.config.js --browser chrome",
14
14
  "cy:run-flaky": "cypress run --config-file cypress-flaky.config.js --browser chrome",
15
15
  "test": "npm run cy:run-legacy",
16
- "test:core": "cypress run --spec e2e-broken/repository/**,integration/import/**,integration/sparql-editor/**,integration/monitor/**,integration/cluster/**,integration/ttyg/**"
16
+ "test:core": "cypress run --spec e2e-legacy/repository/**,e2e-legacy/import/**,e2e-legacy/sparql-editor/**,e2e-legacy/monitor/**,e2e-legacy/cluster/**,e2e-legacy/ttyg/**"
17
17
  },
18
18
  "author": {
19
19
  "name": "Ontotext AD",