https://github.com/runreflect/netlify-plugin-reflect
Plugin that enables Netlify customers to integrate with Reflect
https://github.com/runreflect/netlify-plugin-reflect
open-source reflect
Last synced: 10 months ago
JSON representation
Plugin that enables Netlify customers to integrate with Reflect
- Host: GitHub
- URL: https://github.com/runreflect/netlify-plugin-reflect
- Owner: runreflect
- License: mit
- Created: 2022-08-12T21:02:11.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-12T19:39:04.000Z (over 3 years ago)
- Last Synced: 2025-08-28T08:04:54.452Z (10 months ago)
- Topics: open-source, reflect
- Language: JavaScript
- Homepage:
- Size: 230 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# netlify-plugin-reflect
Netlify Build Plugin for [Reflect](https://reflect.run). Run end-to-end tests on Reflect's no-code testing platform.
## Install
Please install this plugin from the Netlify app.
## Configuration
The following Environment Variables must be set in order to use this Plugin:
- `REFLECT_API_KEY`: The API key associated with your Reflect account. See
[https://app.reflect.run/settings/account](https://app.reflect.run/settings/account) for more information.
- `REFLECT_SUITE_ID`: The "Suite ID" to invoke when a deployment occurs. See
[https://reflect.run/docs/managing-tests/suites/#executing-a-suite](https://reflect.run/docs/managing-tests/suites/#executing-a-suite)
for more information.
The following Environment Variables can be optionally defined:
- `REFLECT_WAIT_FOR_TEST_RESULTS`: Boolean that determines if the Netlify plugin will wait for the tests to complete
before exiting. Default value is "true".
- `REFLECT_DEFAULT_HOSTNAME`: In order for PR tests to run against the Deploy Preview environment, you must define the
environment that the tests were originally recorded against using this Environment Variable. Example:
`app.example.com`