How to Distribute Test Using AutoSplit in HyperExecute ?
Hello Keerti,
Configuring AutoSplit in HyperExecute Dashboard:
1.Log in to your HyperExecute dashboard. 2. Navigate to the Test Distribution section. 3. Enable AutoSplit by toggling the switch. 4. Set your distribution parameters, such as the number of test instances or desired execution time. 5. Save the configuration and run your test suite. HyperExecute will automatically distribute and balance the test execution based on your settings.
Hello Keerti,
Using AutoSplit with HyperExecute CLI:
Step 1: Open your terminal or command prompt. Step 2: Use the HyperExecute CLI to configure AutoSplit with a command like:
hyperexecute --autosplit --config <config_file>
Step 3: Replace <config_file> with the path to your configuration file that includes AutoSplit settings. Step 4: Execute the command to start the test distr
Hey Keerti,
Setting Up AutoSplit in Your HyperExecute Configuration File:
Step 1: Open your HyperExecute configuration file (hyperexecute-config.yml or similar). Step 2: Add or modify the autosplit section with your desired parameters:
autosplit:
enabled: true
max_instances: 10
distribution_strategy: balanced
Step 3: Save the configuration file. Step 4: Run your tests using the HyperExecute service. The system will automatically use AutoSplit to distribute and balance test execution according to the configuration.