supertokens/Run supertokens-website tests
Will clone the `supertokens-website` repo in it's own folder in the workspace directory. Expects: - `node` to be installed. - `supertokens-core` to be running. - An application server running on 8082. - SDK tests require the same server running on 8080 as well.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| version | The git ref to clone, usually a version tag | yes | — |
| node-sdk-version | The git ref to use for `supertokens-node`, usually a version tag | yes | — |
| check-name-suffix | Suffix to append to check names (usually matrix values) | yes | — |
| path | Relative path where the repo will be cloned | no | supertokens-website |
| use-common-app-and-test-server | Use the test server as the app server. Required for testing supertokens-website itself. | no | false |
| start-cross-domain-server | Start the cross domain server from the test/server directory. Required for testing supertokens-website itself. | no | false |
| should-clone | Whether the `supertokens-website` repo should be cloned. `false` for testing supertokens-website itself. | no | true |
| app-server-logs | Absolute path of SDK server logs. | no | "" |
Outputs
no outputs