Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset Upload Support #46

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Asset Upload Support #46

merged 1 commit into from
Aug 9, 2024

Conversation

rconner46
Copy link
Contributor

Upgrade the applause-reporter-common package so we can upload assets to the Applause Automation API.

We needed to transition our reporter to multiple services to gain access to more hooks that webdriverio provides. This also means that we now require two services to exeucte tests against the automation api. This is because services can only be classified as either launcher services, or worker services. The RunService is considered a launcher service, while the result service is a worker service.

To better handle logging for results, we built in the ability to inject a custom winston logger into the services. If one is not provided, we construct a default logger that is used for each component of the service.

Upgrade the applause-reporter-common package so we can upload assets to the Applause Automation API.

We needed to transition our reporter to multiple services to gain access to more hooks that webdriverio provides. This also means that we now require two services to exeucte tests against the automation api. This is because services can only be classified as either launcher services, or worker services. The RunService is considered a launcher service, while the result service is a worker service.

To better handle logging for results, we built in the ability to inject a custom winston logger into the services. If one is not provided, we construct a default logger that is used for each component of the service.
@rconner46 rconner46 merged commit 2d042f3 into dev Aug 9, 2024
1 check passed
@rconner46 rconner46 deleted the asset-upload branch August 9, 2024 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants