Reference
Test Configuration
Configure Magnitude tests
To configure your tests, add or edit magnitude.config.ts
.
type MagnitudeConfig
export default
this from your magnitude.config.ts
to set your Magnitude global configuration options.
apiKey
: Your Magnitude API Key (get a free one here)
url
: Default starting URL for test cases. If local (e.g. localhost:3000
), a secure web tunnel is established to allow
Magniude to run its browser agent on your local port.