cypress-extension
helpful tool for cypress
cypress-extension란 무엇입니까?
cypress-extension은(는) moka0329에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "helpful tool for cypress"입니다.
확장 프로그램 스크린샷
cypress-extension 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
E2Eテスティングフレームワークの一つである、Cypressのテストケースを作成するためのツールです。 インストール後、拡張機能アイコンをクリックし、ボタンをクリックしてログを開始できます。 次に、ブラウザの内容を操作してください。 最後に、拡張機能アイコンをクリックして、Cypressのテストケース文字列を表示できます。 作成されたテストケースは、Cypressでそのまま使用できない場合がありますが、ここからある程度編集して使うことを想定しています。 ブラウザの要素に「data-testid」を追加している場合、より良いテストケースがになる場合があります。 A helpful tool for creating a testing case for cypress of E2E testing framework. After installed, you can click extension icon and click button to start logging. Second, please operation on browser contents. Finally, you can click extension icon and view cypress test case strings. The created test case may not completely usable for cypress. But you can edit from this. If you add 'data-testid' to your element of browser contents, the test case more may be more useful.
확장 프로그램 기본 정보
이름 | cypress-extension |
ID | ifniehnojokofonkklceecajlecbcfjl |
공식 URL | https://chromewebstore.google.com/detail/cypress-extension/ifniehnojokofonkklceecajlecbcfjl |
설명 | helpful tool for cypress |
파일 크기 | 17.78 KB |
설치 횟수 | 12 |
현재 버전 | 0.0.1 |
최근 업데이트 | 2021-09-12 |
출시 날짜 | 2021-09-09 |
개발자 | moka0329 |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "cypress-extension", "version": "0.0.1", "manifest_version": 3, "description": "helpful tool for cypress", "background": { "service_worker": "background.js" }, "action": { "default_icon": "images\/logo.png", "default_popup": "popup.html", "default_title": "cypress extension" }, "content_scripts": [ { "all_frames": true, "matches": [ " |