@nx/cypress 21.6.1-beta.2 → 21.6.1-beta.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,6 +1,6 @@
1
1
  {
2
2
  "name": "@nx/cypress",
3
- "version": "21.6.1-beta.2",
3
+ "version": "21.6.1-beta.4",
4
4
  "private": false,
5
5
  "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
6
6
  "repository": {
@@ -36,9 +36,9 @@
36
36
  "migrations": "./migrations.json"
37
37
  },
38
38
  "dependencies": {
39
- "@nx/devkit": "21.6.1-beta.2",
40
- "@nx/eslint": "21.6.1-beta.2",
41
- "@nx/js": "21.6.1-beta.2",
39
+ "@nx/devkit": "21.6.1-beta.4",
40
+ "@nx/eslint": "21.6.1-beta.4",
41
+ "@nx/js": "21.6.1-beta.4",
42
42
  "@phenomnomnominal/tsquery": "~5.0.1",
43
43
  "detect-port": "^1.5.1",
44
44
  "semver": "^7.6.3",
@@ -46,7 +46,7 @@
46
46
  "tslib": "^2.3.0"
47
47
  },
48
48
  "devDependencies": {
49
- "nx": "21.6.1-beta.2"
49
+ "nx": "21.6.1-beta.4"
50
50
  },
51
51
  "peerDependencies": {
52
52
  "cypress": ">= 3 < 15"
@@ -277,6 +277,7 @@ async function buildCypressTargets(configFilePath, projectRoot, options, context
277
277
  target: targetName,
278
278
  projects: 'self',
279
279
  params: 'forward',
280
+ options: 'forward',
280
281
  });
281
282
  if (ciWebServerCommandTask) {
282
283
  targets[targetName].dependsOn = [
@@ -392,6 +393,7 @@ async function buildCypressTargets(configFilePath, projectRoot, options, context
392
393
  target: targetName,
393
394
  projects: 'self',
394
395
  params: 'forward',
396
+ options: 'forward',
395
397
  });
396
398
  }
397
399
  targets[options.ciComponentTestingTargetName] = {