XS✔ ◾ Armada: Logbook setup#957
Conversation
PR Metrics✔ Thanks for keeping your pull request small.
Metrics computed by PR Metrics. Add it to your Azure DevOps and GitHub PRs! |
| @@ -37,7 +37,11 @@ | |||
| "openai": "^6.16.0", | |||
There was a problem hiding this comment.
❗ This file doesn't require review.
There was a problem hiding this comment.
Pull request overview
Adds initial ARMADA Logbook setup to support recording/automation of the app’s Vite-rendered UI, including required dependency and ignore rules.
Changes:
- Add Playwright as a root dev dependency (and lockfile updates).
- Commit ARMADA Logbook staging configuration for recording the Vite renderer.
- Ignore machine/content-specific Logbook artifacts under
.armada/logbook/.
Reviewed changes
Copilot reviewed 2 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| package.json | Adds playwright dev dependency needed for logbook/browser automation. |
| package-lock.json | Locks Playwright (and related) dependencies for reproducible installs. |
| .gitignore | Ignores Logbook-generated bin/ and cache/ directories. |
| .armada/logbook/staging.json | Adds staging config to launch Vite and drive initial navigation for recordings. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
🚀 Pre-release build is available for this PR: |
|
🚀 Pre-release build is available for this PR: |
|
✅ Automated Release Created Successfully Release Details:
You can monitor the build progress in the Actions tab. |
add logbook configuration and setup