TestCraft
TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator
TestCraft란 무엇입니까?
TestCraft은(는) TestCraft에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator"입니다.
확장 프로그램 스크린샷
TestCraft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Introducing TestCraft, an innovative browser extension designed to revolutionize your software testing experience. With the power GPT-4, TestCraft transforms your software testing experience, streamlining test idea generation, automated test creation for Cypress and Playwright, and even checking accessibility issues. Key Features: AI-Powered Test Idea Generation: Leverage the power of GPT-4 AI to generate comprehensive test ideas based on webpage elements. TestCraft provides a thorough approach to your testing process, ensuring an optimal testing coverage. Automated Test Creation: Generate ready-to-run test scripts for popular automation frameworks, Cypress and Playwright, in JavaScript and TypeScript. TestCraft eases your test creation process and saves time. Accessibility Checks: Empower your web applications to be inclusive for all users. TestCraft identifies accessibility issues and provides actionable insights to improve. Test Idea to Automated Tests: Seamlessly convert your AI-generated test ideas into automated test scripts. With TestCraft, you can simply focus on what matters the most, your product. Copy to Clipboard Functionality: Effortlessly copy generated tests and code snippets to your clipboard with a single click, and then paste them directly into your IDE for seamless integration with your development environment. Unlock the full potential of your testing process with TestCraft, the AI-powered browser extension that will transform the way you approach software testing. Download TestCraft now and experience the future of software testing!
확장 프로그램 기본 정보
이름 | TestCraft |
ID | anbeiondiglbpedgjgehgihgeejjkiik |
공식 URL | https://chromewebstore.google.com/detail/testcraft/anbeiondiglbpedgjgehgihgeejjkiik |
설명 | TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator |
파일 크기 | 1.15 MB |
설치 횟수 | 2,000 |
현재 버전 | 1.1.2 |
최근 업데이트 | 2023-06-20 |
출시 날짜 | 2023-05-11 |
평점 | 4.67/5 총 6 개의 평점 |
개발자 | TestCraft |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://home.testcraft.app/ |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "TestCraft", "version": "1.1.2", "description": "TestCraft - GPT-Powered Test Idea Generator & Automated Test Creator", "permissions": [ "activeTab", "storage" ], "action": { "default_popup": "popup\/popup.html" }, "background": { "service_worker": "scripts\/service.js", "type": "module" }, "content_scripts": [ { "matches": [ " |