@nrwl/cypress 13.10.0-beta.6 → 13.10.0-beta.7

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/executors.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "cypress": {
4
4
  "implementation": "./src/executors/cypress/compat",
5
5
  "schema": "./src/executors/cypress/schema.json",
6
- "description": "Run Cypress e2e tests"
6
+ "description": "Run Cypress E2E tests."
7
7
  }
8
8
  },
9
9
  "executors": {
@@ -11,7 +11,7 @@
11
11
  "implementation": "./src/executors/cypress/cypress.impl",
12
12
  "schema": "./src/executors/cypress/schema.json",
13
13
  "hasher": "./src/executors/cypress/hasher",
14
- "description": "Run Cypress e2e tests"
14
+ "description": "Run Cypress E2E tests."
15
15
  }
16
16
  }
17
17
  }
package/generators.json CHANGED
@@ -5,28 +5,28 @@
5
5
  "init": {
6
6
  "factory": "./src/generators/init/init#cypressInitSchematic",
7
7
  "schema": "./src/generators/init/schema.json",
8
- "description": "Initialize the @nrwl/cypress plugin",
8
+ "description": "Initialize the `@nrwl/cypress` plugin.",
9
9
  "aliases": ["ng-add"],
10
10
  "hidden": true
11
11
  },
12
12
  "cypress-project": {
13
13
  "factory": "./src/generators/cypress-project/cypress-project#cypressProjectSchematic",
14
14
  "schema": "./src/generators/cypress-project/schema.json",
15
- "description": "Add a Cypress E2E Project"
15
+ "description": "Add a Cypress E2E Project."
16
16
  }
17
17
  },
18
18
  "generators": {
19
19
  "init": {
20
20
  "factory": "./src/generators/init/init#cypressInitGenerator",
21
21
  "schema": "./src/generators/init/schema.json",
22
- "description": "Initialize the @nrwl/cypress plugin",
22
+ "description": "Initialize the `@nrwl/cypress` plugin.",
23
23
  "aliases": ["ng-add"],
24
24
  "hidden": true
25
25
  },
26
26
  "cypress-project": {
27
27
  "factory": "./src/generators/cypress-project/cypress-project#cypressProjectGenerator",
28
28
  "schema": "./src/generators/cypress-project/schema.json",
29
- "description": "Add a Cypress E2E Project",
29
+ "description": "Add a Cypress E2E Project.",
30
30
  "hidden": true
31
31
  }
32
32
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nrwl/cypress",
3
- "version": "13.10.0-beta.6",
4
- "description": "Cypress plugin for Nx",
3
+ "version": "13.10.0-beta.7",
4
+ "description": "The Nx Plugin for Cypress contains executors and generators allowing your workspace to use the powerful Cypress integration testing capabilities.",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/nrwl/nx.git",
@@ -33,9 +33,9 @@
33
33
  "migrations": "./migrations.json"
34
34
  },
35
35
  "dependencies": {
36
- "@nrwl/devkit": "13.10.0-beta.6",
37
- "@nrwl/linter": "13.10.0-beta.6",
38
- "@nrwl/workspace": "13.10.0-beta.6",
36
+ "@nrwl/devkit": "13.10.0-beta.7",
37
+ "@nrwl/linter": "13.10.0-beta.7",
38
+ "@nrwl/workspace": "13.10.0-beta.7",
39
39
  "@cypress/webpack-preprocessor": "^5.9.1",
40
40
  "chalk": "4.1.0",
41
41
  "enhanced-resolve": "^5.8.3",
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "title": "Cypress Target",
3
- "description": "Cypress target option for Build Facade",
3
+ "description": "Cypress target option for Build Facade.",
4
4
  "type": "object",
5
5
  "outputCapture": "pipe",
6
6
  "cli": "nx",
@@ -24,7 +24,7 @@
24
24
  },
25
25
  "headed": {
26
26
  "type": "boolean",
27
- "description": "Displays the browser instead of running headlessly. Set this to 'true' if your run depends on a Chrome extension being loaded.",
27
+ "description": "Displays the browser instead of running headlessly. Set this to `true` if your run depends on a Chrome extension being loaded.",
28
28
  "default": false
29
29
  },
30
30
  "headless": {
@@ -35,26 +35,26 @@
35
35
  },
36
36
  "exit": {
37
37
  "type": "boolean",
38
- "description": "Whether or not the Cypress Test Runner will stay open after running tests in a spec file",
38
+ "description": "Whether or not the Cypress Test Runner will stay open after running tests in a spec file.",
39
39
  "default": true
40
40
  },
41
41
  "key": {
42
42
  "type": "string",
43
- "description": "The key cypress should use to run tests in parallel/record the run (CI only)"
43
+ "description": "The key cypress should use to run tests in parallel/record the run (CI only)."
44
44
  },
45
45
  "record": {
46
46
  "type": "boolean",
47
- "description": "Whether or not Cypress should record the results of the tests",
47
+ "description": "Whether or not Cypress should record the results of the tests.",
48
48
  "default": false
49
49
  },
50
50
  "parallel": {
51
51
  "type": "boolean",
52
- "description": "Whether or not Cypress should run its tests in parallel (CI only)",
52
+ "description": "Whether or not Cypress should run its tests in parallel (CI only).",
53
53
  "default": false
54
54
  },
55
55
  "baseUrl": {
56
56
  "type": "string",
57
- "description": "The address (with the port) which your application is running on"
57
+ "description": "The address (with the port) which your application is running on."
58
58
  },
59
59
  "browser": {
60
60
  "type": "string",
@@ -62,15 +62,15 @@
62
62
  },
63
63
  "env": {
64
64
  "type": "object",
65
- "description": "A key-value Pair of environment variables to pass to Cypress runner"
65
+ "description": "A key-value Pair of environment variables to pass to Cypress runner."
66
66
  },
67
67
  "spec": {
68
68
  "type": "string",
69
- "description": "A comma delimited glob string that is provided to the Cypress runner to specify which spec files to run. i.e. '**examples/**,**actions.spec**"
69
+ "description": "A comma delimited glob string that is provided to the Cypress runner to specify which spec files to run. i.e. `**examples/**,**actions.spec**`."
70
70
  },
71
71
  "copyFiles": {
72
72
  "type": "string",
73
- "description": "A regex string that is used to choose what additional integration files to copy to the dist folder",
73
+ "description": "A regex string that is used to choose what additional integration files to copy to the dist folder.",
74
74
  "x-deprecated": true
75
75
  },
76
76
  "ciBuildId": {
@@ -90,11 +90,11 @@
90
90
  },
91
91
  "ignoreTestFiles": {
92
92
  "type": "string",
93
- "description": "A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: {dot: true, matchBase: true}. We suggest using https://globster.xyz to test what files would match."
93
+ "description": "A String or Array of glob patterns used to ignore test files that would otherwise be shown in your list of tests. Cypress uses minimatch with the options: `{dot: true, matchBase: true}`. We suggest using https://globster.xyz to test what files would match."
94
94
  },
95
95
  "reporter": {
96
96
  "type": "string",
97
- "description": "The reporter used during cypress run"
97
+ "description": "The reporter used during cypress run."
98
98
  },
99
99
  "reporterOptions": {
100
100
  "type": "string",
@@ -107,13 +107,13 @@
107
107
  },
108
108
  "testingType": {
109
109
  "type": "string",
110
- "description": "Specify the type of tests to execute",
110
+ "description": "Specify the type of tests to execute.",
111
111
  "enum": ["component", "e2e"],
112
112
  "default": "e2e"
113
113
  },
114
114
  "tag": {
115
115
  "type": "string",
116
- "description": "A comma delimited list to identify a run with",
116
+ "description": "A comma delimited list to identify a run with.",
117
117
  "aliases": ["t"]
118
118
  }
119
119
  },
@@ -3,11 +3,11 @@
3
3
  "$id": "cypress-convert-tslint-to-eslint",
4
4
  "cli": "nx",
5
5
  "title": "Convert a Cypress project from TSLint to ESLint",
6
- "description": "NOTE: Does not work in --dry-run mode",
6
+ "description": "Convert a Cypress project from TSLint to ESLint.\n_NOTE: Does not work in `--dry-run` mode_.",
7
7
  "examples": [
8
8
  {
9
- "command": "g convert-tslint-to-eslint myapp",
10
- "description": "Convert the Cypress project `myapp` from TSLint to ESLint"
9
+ "command": "nx g convert-tslint-to-eslint myapp",
10
+ "description": "Convert the Cypress project `myapp` from TSLint to ESLint."
11
11
  }
12
12
  ],
13
13
  "type": "object",
@@ -23,13 +23,13 @@
23
23
  },
24
24
  "ignoreExistingTslintConfig": {
25
25
  "type": "boolean",
26
- "description": "If true we will not use existing TSLint config as a reference, we will just reset the project with the latest recommended ESLint config",
26
+ "description": "If true we will not use existing TSLint config as a reference, we will just reset the project with the latest recommended ESLint config.",
27
27
  "default": false,
28
28
  "x-prompt": "Would you like to ignore the existing TSLint config? Recommended if the TSLint config has not been altered much as it makes the new ESLint config cleaner."
29
29
  },
30
30
  "removeTSLintIfNoMoreTSLintTargets": {
31
31
  "type": "boolean",
32
- "description": "If this conversion leaves no more TSLint usage in the workspace, it will remove TSLint and related dependencies and configuration",
32
+ "description": "If this conversion leaves no more TSLint usage in the workspace, it will remove TSLint and related dependencies and configuration.",
33
33
  "default": true,
34
34
  "x-prompt": "Would you like to remove TSLint and its related config if there are no TSLint projects remaining after this conversion?"
35
35
  },
@@ -3,6 +3,7 @@
3
3
  "$id": "NxCypressProjectGeneratorSchema",
4
4
  "cli": "nx",
5
5
  "title": "Create Cypress Configuration for the workspace",
6
+ "description": "Create Cypress Configuration for the workspace.",
6
7
  "type": "object",
7
8
  "properties": {
8
9
  "project": {
@@ -14,11 +15,11 @@
14
15
  },
15
16
  "baseUrl": {
16
17
  "type": "string",
17
- "description": "The address (with the port) which your application is running on"
18
+ "description": "The address (with the port) which your application is running on."
18
19
  },
19
20
  "name": {
20
21
  "type": "string",
21
- "description": "Name of the E2E Project",
22
+ "description": "Name of the E2E Project.",
22
23
  "$default": {
23
24
  "$source": "argv",
24
25
  "index": 0
@@ -27,7 +28,7 @@
27
28
  },
28
29
  "directory": {
29
30
  "type": "string",
30
- "description": "A directory where the project is placed"
31
+ "description": "A directory where the project is placed."
31
32
  },
32
33
  "linter": {
33
34
  "description": "The tool to use for running lint checks.",
@@ -36,22 +37,22 @@
36
37
  "default": "eslint"
37
38
  },
38
39
  "js": {
39
- "description": "Generate JavaScript files rather than TypeScript files",
40
+ "description": "Generate JavaScript files rather than TypeScript files.",
40
41
  "type": "boolean",
41
42
  "default": false
42
43
  },
43
44
  "skipFormat": {
44
- "description": "Skip formatting files",
45
+ "description": "Skip formatting files.",
45
46
  "type": "boolean",
46
47
  "default": false
47
48
  },
48
49
  "setParserOptionsProject": {
49
50
  "type": "boolean",
50
- "description": "Whether or not to configure the ESLint \"parserOptions.project\" option. We do not do this by default for lint performance reasons.",
51
+ "description": "Whether or not to configure the ESLint `parserOptions.project` option. We do not do this by default for lint performance reasons.",
51
52
  "default": false
52
53
  },
53
54
  "standaloneConfig": {
54
- "description": "Split the project configuration into <projectRoot>/project.json rather than including it inside workspace.json",
55
+ "description": "Split the project configuration into `<projectRoot>/project.json` rather than including it inside workspace.json.",
55
56
  "type": "boolean"
56
57
  },
57
58
  "skipPackageJson": {
@@ -3,6 +3,7 @@
3
3
  "$id": "NxCypressInit",
4
4
  "cli": "nx",
5
5
  "title": "Add Cypress Configuration to the workspace",
6
+ "description": "Add Cypress Configuration to the workspace.",
6
7
  "type": "object",
7
8
  "properties": {
8
9
  "skipPackageJson": {
@@ -1,7 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.eslintPluginCypressVersion = exports.cypressVersion = exports.nxVersion = void 0;
4
- exports.nxVersion = '13.10.0-beta.6';
4
+ exports.nxVersion = '13.10.0-beta.7';
5
5
  exports.cypressVersion = '^9.1.0';
6
6
  exports.eslintPluginCypressVersion = '^2.10.3';
7
7
  //# sourceMappingURL=versions.js.map