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

v1.1.0 #47

Merged
merged 3 commits into from
Aug 30, 2024
Merged

v1.1.0 #47

merged 3 commits into from
Aug 30, 2024

Conversation

rconner46
Copy link
Contributor

No description provided.

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 ba064f4 into master Aug 30, 2024
1 check passed
@rconner46 rconner46 deleted the dev branch August 30, 2024 16:52
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