Introduction
You can use Endtest to test Chrome Extensions.Steps
- Your Chrome Extension must be in a ZIP file.
- Upload that ZIP file in our Drive section.
- Copy the File Download URL for the uploaded ZIP file.
- Go to the Advanced Settings section for your test suite.
- Paste the File Download URL in the Add Chrome Extension input.
- Click on the Save button.
- Execute the test suite in Chrome.
Execute JavaScript
step to extract the ID from the URL for that Chrome Extension and store it inside a JavaScript variable.
After that, you can transfer the ID into an Endtest variable by using the Extract value from JS variable option from the Set Variable action.
This will allow you to join that Endtest variable with other strings and variables in the Go to URL
steps in order to access certain sections from your Chrome Extension.