cypress-extension
helpful tool for cypress
Was ist cypress-extension?
cypress-extension ist eine Chrome-Erweiterung, die von moka0329 entwickelt wurde, und ihr Hauptmerkmal ist "helpful tool for cypress".
Erweiterungsscreenshots
cypress-extension-Erweiterungs-CRX-Datei herunterladen
Laden Sie cypress-extension-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | cypress-extension |
ID | ifniehnojokofonkklceecajlecbcfjl |
Offizielle URL | https://chromewebstore.google.com/detail/cypress-extension/ifniehnojokofonkklceecajlecbcfjl |
Beschreibung | helpful tool for cypress |
Dateigröße | 17.78 KB |
Installationsanzahl | 12 |
Aktuelle Version | 0.0.1 |
Letztes Update | 2021-09-12 |
Veröffentlichungsdatum | 2021-09-09 |
Entwickler | moka0329 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |