AI-powered browser automation framework that combines Google Gemini LLM with Playwright for intelligent web testing. Features smart element detection, context-aware decision making, and natural language goal execution for strong web automation.
git clone https://github.com/Mushfiqur6087/Testing-Agent.gitAI-powered browser automation framework that combines Google Gemini LLM with Playwright for intelligent web testing. Features smart element detection, context-aware decision making, and natural language goal execution for strong web automation.
No install command available. Check the GitHub repository for manual installation instructions.
git clone https://github.com/Mushfiqur6087/Testing-AgentCopy the install command above and run it in your terminal.
Launch Claude Code, Cursor, or your preferred AI coding agent.
Use the prompt template or examples below to test the skill.
Adapt the skill to your specific use case and workflow.
Create a test script using the Testing-Agent framework to verify the checkout process on [WEBSITE]. The test should include the following steps: [STEPS]. Ensure the script handles dynamic elements and validates the final order confirmation page.
# Test Script for [WEBSITE] Checkout Process
## Test Steps
- Navigate to [WEBSITE] homepage
- Add [PRODUCT] to cart
- Proceed to checkout
- Enter test user details: [USER_DETAILS]
- Validate order confirmation page
## Expected Results
- All steps should complete without errors
- Order confirmation page should display correct order details
## Notes
- Test script should handle dynamic elements
- Validate final order confirmation page
## Test Script
```javascript
const { TestingAgent } = require('testing-agent');
const agent = new TestingAgent();
agent
.navigate('https://[WEBSITE].com')
.click('Add to Cart', { selector: '.add-to-cart-button' })
.click('Proceed to Checkout', { selector: '.checkout-button' })
.fillForm('Checkout Form', {
name: '[USER_NAME]',
email: '[USER_EMAIL]',
address: '[USER_ADDRESS]',
payment: '[PAYMENT_METHOD]'
})
.assertContainsText('Order Confirmation', 'Thank you for your order')
.run();
```Automate your browser workflows effortlessly
Your one-stop shop for church and ministry supplies.
Google's multimodal AI model and assistant
Smart cloud calling for sales teams
Enterprise workflow automation and service management platform
Automate your spreadsheet tasks with AI power
Take a free 3-minute scan and get personalized AI skill recommendations.
Take free scan