You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- use cypress-cloud ([#18](https://github.com/currents-dev/currents-nx/issues/18)) ([8bec6fe](https://github.com/currents-dev/currents-nx/commit/8bec6fe1087c5d90bfb297c6346c31f19c5cf81b))
6
6
7
7
### BREAKING CHANGES
8
8
9
-
--Use cypress-cloud as an integration tool
9
+
- Use cypress-cloud as an integration tool
10
10
11
-
*`@nrwl/cypress` no longer required, versions - the plugin is a standalone implementation that is not dependent on `@nrwl/cypress`
11
+
-`@nrwl/cypress` no longer required, versions - the plugin is a standalone implementation that is not dependent on `@nrwl/cypress`
Options can be configured in `project.json` when defining the executor, or when invoking it. Read more about how to configure targets and executors here: https://nx.dev/reference/project-configuration#targets.
90
94
91
-
See the [schema.json](./src/executors/schema.json) for the list of available options
95
+
See the [schema.json](./packages/nx/src/executors/schema.json) for the list of available options. This plugin uses `cypress-cloud` for integrating cypress to 3rd party services. Please refer to [cypress-cloud documentation](https://github.com/currents-dev/cypress-cloud) for additional details.
92
96
93
97
## Migration
94
98
@@ -105,7 +109,8 @@ See the [schema.json](./src/executors/schema.json) for the list of available opt
105
109
Create a new release (changelog, tags + github)
106
110
107
111
```sh
108
-
npx nx release nx
112
+
# run this command, review and stage the changelog
0 commit comments