@times-components/ssr 2.58.19-alpha.9 → 2.59.1-alpha.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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@times-components/ssr",
3
3
  "main": "src",
4
- "version": "2.58.19-alpha.9+038867cb2a",
4
+ "version": "2.59.1-alpha.4+bb1423eff8",
5
5
  "scripts": {
6
6
  "bundle:dev": "yarn cleanup-dist && webpack --config=webpack.config.js",
7
7
  "bundle:prod": "yarn cleanup-dist && NODE_ENV=production webpack --config=webpack.config.js -p",
@@ -16,6 +16,7 @@
16
16
  "start:testserver": "GRAPHQL_ENDPOINT=http://localhost:4000/graphql SPOT_ID=5p0t_1m_1d yarn start & wait-on tcp:3000",
17
17
  "stop:testserver": "kill $(lsof -t -i:3000)",
18
18
  "test:integration": "yarn bundle:prod && yarn start:testserver && cypress run; exitCode=$?; yarn stop:testserver; exit $exitCode",
19
+ "test:integration:ci": "yarn bundle:prod && yarn start:testserver && circleci tests glob './__tests__/integration/**.js' | circleci tests run --command=\"tr ' ' ',' | xargs npx cypress run --reporter cypress-circleci-reporter --spec \" --verbose --split-by=timings; exitCode=$?; yarn stop:testserver; exit $exitCode",
19
20
  "test:integration:debug": "yarn start:testserver && DEBUG=cypress:* cypress open; exitCode=$?; yarn stop:testserver; exit $exitCode",
20
21
  "test:integration:update": "yarn bundle:prod && yarn start:testserver && cypress run --env updateSnapshots=true; exitCode=$?; yarn stop:testserver; exit $exitCode"
21
22
  },
@@ -38,7 +39,6 @@
38
39
  "@times-components/fixture-generator": "^0.35.1",
39
40
  "@times-components/mock-tpa-server": "^0.4.10",
40
41
  "axe-core": "3.3.1",
41
- "cypress": "^9.2.0",
42
42
  "cypress-axe": "0.13.0",
43
43
  "cypress-failed-log": "2.5.1",
44
44
  "cypress-image-snapshot": "^4.0.0",
@@ -52,8 +52,8 @@
52
52
  "webpack": "4.30.0"
53
53
  },
54
54
  "dependencies": {
55
- "@times-components/article": "^7.17.20-alpha.9+038867cb2a",
56
- "@times-components/author-profile": "^6.18.26",
55
+ "@times-components/article": "^7.17.20",
56
+ "@times-components/author-profile": "^6.18.27-alpha.12+bb1423eff8",
57
57
  "@times-components/context": "^1.24.0",
58
58
  "@times-components/provider": "^1.41.4",
59
59
  "@times-components/schema": "^0.7.5",
@@ -66,6 +66,7 @@
66
66
  "apollo-link-error": "1.1.2",
67
67
  "apollo-link-http": "1.5.14",
68
68
  "apollo-link-persisted-queries": "0.2.2",
69
+ "cypress": "^13.14.0",
69
70
  "cypress-wait-until": "1.7.2",
70
71
  "node-fetch": "2.6.7",
71
72
  "react": "16.9.0",
@@ -78,5 +79,5 @@
78
79
  "publishConfig": {
79
80
  "access": "public"
80
81
  },
81
- "gitHead": "038867cb2abbeddf4987bbf3666d7cf3d3cfc670"
82
+ "gitHead": "bb1423eff8a3ecc3d105be64af30318ba8c7ea63"
82
83
  }
package/cypress.json DELETED
@@ -1,10 +0,0 @@
1
- {
2
- "baseUrl": "http://localhost:3000",
3
- "fixturesFolder": false,
4
- "integrationFolder": "__tests__/integration",
5
- "pluginsFile": "__tests__/cypress/plugins",
6
- "screenshotsFolder": "__tests__/screenshots",
7
- "supportFile": "__tests__/cypress/support",
8
- "video": false,
9
- "blockHosts": ["*spot.im"]
10
- }
File without changes