You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Python files under the test manager are too large.
Separate files based on their functionality.
Configuration Management:
Use a configuration file for constants.
Input Handling:
Use a context map with uE keys for function inputs in the create_command function (this approach might be beneficial for other functions as well).
Logging:
Add individual log files for process logs to facilitate debugging.
User Interface for Running Tests
Use a JSON configuration file to provide a user-friendly interface for running tests, instead of relying on a bash script.
Continuous Integration (CI)
Update the CI process to mirror the local user setup and execution process as closely as possible, ensuring consistency between development and production environments.
The text was updated successfully, but these errors were encountered:
Additional items:
Add check to tck_step to make sure transport with default URI have been assigned and success status from test agent before starting test
Refactor Test Manager
create_command
function (this approach might be beneficial for other functions as well).User Interface for Running Tests
Continuous Integration (CI)
The text was updated successfully, but these errors were encountered: