-
Notifications
You must be signed in to change notification settings - Fork 11
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
1 parent
d1ef84a
commit cc3099b
Showing
1 changed file
with
16 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# fast-auth-signer | ||
Monorepo for fast-auth-signer functionality - contains frontend app, and associated E2E test suites defined using Playwright | ||
|
||
## Packages | ||
#### [near-fast-auth-signer](./packages/near-fast-auth-signer/README.md) | ||
Web application designed primarily for usage via embedding into parent site using an iframe | ||
#### [near-fast-auth-signer-e2e-tests](./packages/near-fast-auth-signer-e2e-tests/README.md) | ||
E2E test suites for `near-fast-auth-signer` using Playwright tests. | ||
|
||
## Usage | ||
This repository leverages Yarn workspaces. | ||
|
||
#### Local Development | ||
Run `yarn` from the repository root. This will install dependencies for all packages by way of Yarn workspaces functionality. | ||
#### End-to-End tests | ||
Run `yarn test` from the repository root. |