Follow these steps to get Bugster running against your production app.
Download and install the Bugster CLI from the latest release.
Run the init command and provide your public production URL:
bugster initWhen prompted for the URL, enter the public URL of your app in production.
-
Edit a Test Open one of the generated test files and describe what you want Bugster to test in your production app. Bugster will translate your instructions into executable end-to-end steps.
-
Run a Test Run any specific test with:
bugster run <relative_path_to_test.yaml>Example:
bugster run .bugster/tests/login.yaml✅ That’s it! Bugster will run the test in a real browser and validate your production app automatically.