Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add @backbase/nx-plugin and configure the extract-e2e-tests generator… #405

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions libs/shared/util/e2e-test-accelerators/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# The source files under sub dirs here are always regenerated from the journey packages installed
# under node_modules, and therefore should not be edited or checked in to source control.
#
# The sources are copied here for convenience and visibility, and act as accelerators to developing
# a suite of e2e tests for your app.
#
# If you want to customise the source code for a test in this dir, copy-paste the test code into
# your app's *-e2e test project and edit it there instead.
#
*/*
4 changes: 4 additions & 0 deletions libs/shared/util/e2e-test-accelerators/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"name": "@backbase/e2e-test-accelerators",
"private": true
}
5 changes: 5 additions & 0 deletions libs/shared/util/e2e-test-accelerators/project.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"name": "e2e-test-accelerators",
"$schema": "../../../../node_modules/nx/schemas/project-schema.json",
"tags": ["scope:shared", "type:util", "region:agnostic"]
}
Loading