2024 — present
Script Manager
QA Lead
Impact
Eliminated script loss when someone left the team and cut new-environment setup time from hours to minutes.
JavaScriptNode.jsAzure DevOps
The problem
Each person on the QA team had their own folder of automation scripts — some on their laptop, some in a personal repo, some only in their head. When someone left or switched projects, the knowledge left with them.
The approach
Script Manager centralizes scripts in a single versioned place, with metadata
on what each one does, when it last ran, and against which environment. It
integrates with Azure DevOps so running a script is a pipeline action, not a
node ./script.js copy-pasted from a chat.
Result
The team stopped rebuilding automations that already existed. A new environment went from taking hours of manual setup to minutes.