Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Last active June 18, 2024 22:10
Show Gist options
  • Save ianjennings/a5922ec24d24e9b5ace1387f5db0dc88 to your computer and use it in GitHub Desktop.
Save ianjennings/a5922ec24d24e9b5ace1387f5db0dc88 to your computer and use it in GitHub Desktop.
# Install the desktop app
# Configure log tracking: https://docs.dashcam.io/dashcam/configure/logs
npm install dashcam
dashcam auth ${{ secrets.DASHCAM_API_KEY }}
dashcam track --name=test --type=application --pattern="C:\Users\Switc\OneDrive\Desktop\*.log*"
dashcam start
Get-ChildItem C:\Windows\System32 | Tee-Object -FilePath 'C:\Users\Switc\OneDrive\Desktop\test.log'
# run the test
dashcam -t "My Test Result" -p --md
New-Item C:\Users\Switc\AppData\Roaming\Dashcam\.replayable--do-no-update
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment