Skip to content

Bugsterapp/bugster-remote-testing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Bugster - Remote URL Testing

Follow these steps to get Bugster running against your production app.

1. Install the CLI

Download and install the Bugster CLI from the latest release.

2. Initialize Bugster

Run the init command and provide your public production URL:

bugster init

When prompted for the URL, enter the public URL of your app in production.

  1. 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.

  2. 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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published