Skip to content

Commit

Permalink
Fix Percy instrumentation (webdriverio#13734)
Browse files Browse the repository at this point in the history
  • Loading branch information
akanksha1909 authored Oct 4, 2024
1 parent b08ce8d commit bc11842
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@ function buildEventData(eventType: string, config: BrowserStackConfig): any {
if (eventType === 'SDKTestSuccessful') {
const workerData = getDataFromWorkers()
eventProperties.productUsage = getProductUsage(workerData)
eventProperties.isPercyAutoEnabled = config.isPercyAutoEnabled
eventProperties.percyBuildId = config.percyBuildId
if (config.killSignal) {
eventProperties.finishedMetadata = {
reason: 'user_killed',
Expand Down

0 comments on commit bc11842

Please sign in to comment.