klamping
- 8 skills
- 0 followers
- 7 hours ago last updated
- ▌ Analyze Website · klampingUse when investigating and documenting website structure, components, functionality importance, and version-to-version differences for human understanding and test planning.
- ▌ Gathering Context · klampingUse when investigating a failing WebdriverIO test and you need to understand what the test was doing and where it broke.
- ▌ Skipped Test Manager · klamping bundleUse when temporarily skipping failing WebdriverIO tests for app bugs or unimplemented functionality, while tracking ownership, ticket linkage, and re-enable status.
- ▌ Creating Test Structure · klampingUse when creating or extending WebdriverIO test structure from a markdown test plan by adding describe/it/hooks and pseudo-code comments without implementing WDIO commands yet.
- ▌ Writing Webdriverio Code · klampingUse when implementing, extending, or fixing WebdriverIO tests, including converting pseudo-code scaffolds into clean WDIO commands, selectors, waits, and assertions.
- ▌ Investigate Failing Tests · klampingUse when diagnosing and coordinating fixes for failing WebdriverIO tests across context gathering, test runs, and implementation skills, while limiting retry loops and avoiding rabbit holes.
- ▌ Running Webdriverio Tests · klampingRun WebdriverIO test files from the command line. Use when debugging tests, gathering context about test behavior, or verifying changes resolved an issue.
- ▌ Managing Project Customizations · klamping bundleUse when initializing or refreshing project-specific WebdriverIO context so other skills can reuse cached configuration, conventions, and environment details with lower token and execution cost.