name: test-wizard description: Test wizard locally. Use when asked to "test wizard", "try wizard", "run wizard", or "/test-wizard".
Test the wizard for a specific integration locally.
Usage: /test-wizard <integration-name>
Steps:
- Build the wizard:
yarn build - Run the wizard with the specified integration:
yarn try -i <integration-name>
Available integrations: nextjs, react-native, remix, sveltekit, nuxt, angular, flutter, ios, android, sourcemaps
If testing requires a specific test application, navigate to the appropriate directory in e2e-tests/test-applications/ first.