Premium AI Chatbot for robust XPath and Locator generation. This project is a browser extension designed to help QA engineers and developers generate high-quality locators for automation.
- Robust XPath Generation: Create reliable XPaths that withstand UI changes.
- Smart Locators: Generate multiple types of locators (CSS, ID, Name, etc.).
- Premium AI Interface: Interactive chatbot experience for locator assistance.
- Chrome Extension: Seamlessly integrated into your browser's developer tools.
- Framework: React
- Bundler: Vite with @crxjs/vite-plugin
- Styling: Vanilla CSS
- Visualization: Chart.js
- Reporting: jsPDF & jsPDF-AutoTable
-
Clone the repository:
git clone https://github.com/charancherry007/TestPilot.git cd TestPilot -
Install dependencies:
npm install
-
Build the extension:
npm run build
-
Development Mode:
npm run dev
-
Load in Chrome:
- Open Chrome and navigate to
chrome://extensions/. - Enable "Developer mode" in the top right.
- Click "Load unpacked" and select the
distdirectory.
- Open Chrome and navigate to
This project is licensed under the ISC License.