Setting up the environment and data to test something often takes a lot of time, especially for Developers time (since QAs mostly use ready to use environments).
The tool could help out with some basics, like populating with mock data necessary to perform a task or downloading the build (like browser extension, cli or desktop) from PR and installing it before starting testing.
Sort of like a "before all" or "before each" test execution.
Could also be a separate cli command
Setting up the environment and data to test something often takes a lot of time, especially for Developers time (since QAs mostly use ready to use environments).
The tool could help out with some basics, like populating with mock data necessary to perform a task or downloading the build (like browser extension, cli or desktop) from PR and installing it before starting testing.
Sort of like a "before all" or "before each" test execution.
Could also be a separate cli command