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
Test Orchestration Integration For Nightwatch SDK (#41)
* feat: Implement Nightwatch Test Orchestration Module
- Added helpers.js for utility functions related to test orchestration.
- Created index.js to serve as the main entry point for the orchestration module.
- Introduced orchestrationUtils.js for managing orchestration settings and operations.
- Developed requestUtils.js for handling API requests to the BrowserStack orchestration API.
- Implemented testOrchestrationHandler.js to manage test orchestration operations.
- Added testOrchestrationIntegration.js for integrating orchestration with Nightwatch.
- Created testOrderingServer.js to handle communication with the BrowserStack server for test ordering.
- Updated requestHelper.js to improve error handling for API requests.
* feat: Enhance test file collection and orchestration logic with improved glob pattern matching
* feat: Refactor test orchestration logic to apply specific feature path for cucumber tests
* feat: Update cucumber feature path for API tests in Nightwatch globals
* feat: Update cucumber feature path handling to use ordered files
* feat: Add framework name to build data payload in OrchestrationUtils
* feat: Remove unused helper functions and debug logs from orchestration files
* feat: Update framework name comment in build data payload and enhance error logging in RequestUtils
* feat: Remove unused orchestration files and refactor helper functions for improved Git metadata handling
* style: eslint update
* feat: Remove framework name from build data payload in OrchestrationUtils
0 commit comments