-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
42 additions
and
41 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Example projects and plugins | ||
|
||
This folder maintains the following example projects and plugins to showcase a refactoring from existing E2E setup to a more maintainable and scalable setup: | ||
|
||
**`cli-e2e-original`** | ||
|
||
- target: `nx run original-cli-e2e:original-e2e` | ||
- project `e2e-example/original-e2e` | ||
- setup script `e2e-example/original-e2e/setup/global-setup.e2e.ts` | ||
- plugin `tools/e2e-example-plugins/original.plugin.ts` | ||
|
||
**`cli-e2e-env`** | ||
|
||
- Run env: `nx env-cli-e2e:env-e2e` | ||
- project `e2e-example/env-e2e` | ||
- setup script `e2e-example/env-e2e/setup/global-setup.e2e.ts` | ||
- plugin `tools/e2e-example-plugins/env.plugin.ts` | ||
|
||
**`cli-e2e-graph`** | ||
|
||
- run `nx run graph-cli-e2e:graph-e2e` | ||
- project `e2e-example/graph-e2e` | ||
- setup script `e2e-example/graph-e2e/setup/global-setup.e2e.ts` | ||
- plugin `tools/e2e-example-plugins/graph.plugin.ts` | ||
|
||
**`cli-e2e-pretarget`** | ||
|
||
- run `nx run pretarget-cli-e2e:pretarget-e2e` | ||
- project `e2e-example/pretarget-e2e` | ||
- setup script `e2e-example/pretarget-e2e/setup/global-setup.e2e.ts` | ||
- plugin `tools/e2e-example-plugins/pretarget.plugin.ts` |
14 changes: 7 additions & 7 deletions
14
...ing/tools-utils/src/bin/stop-verdaccio.ts → ...e-pretarget/tooling/bin/stop-verdaccio.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
export { getEnvironmentsRoot, getEnvironmentRoot } from './shared/setup'; | ||
export { createNodes } from './plugin/verdaccio-env.plugin'; | ||
export { createNodes } from './plugin/plugin'; |
File renamed without changes.