screenshotCompareBaselineResult
parameter.Alt
+ O
) and assertion (Alt
+ A
) mode<div>
was being added to text editors like CKEditor/api/suites/xxx/execute
has been changed when using immediate=0
and executing multiple suites (via Data Source, CSV, etc). The API response will now return a list of suite results instead of a list of test results._id
which, when provided, will link results back to the specified test within your account.autoRetry
parameter and will attempt to retry the test on failure when true
.data-test
). After updating, click the gear icon to change your settings.title
, placeholder
and for
attributesdata-testid
and data-test-id
attributesng-*
) being captured in selectorsYou can now create a folder using our API. Note: Previously it was possible (though undocumented) to use a POST request when accessing the get folder endpoint. That is no longer supported. A GET request must be used when fetching a single folder.
An organization ID is now required in the POST body when using our API to create a suite.
execute
command.data-testing
, data-test
and data-qa
attributes for element selectors.firefox
value of the browser
parameter in the API will now track the latest version of Firefox (instead of the legacy version)/pattern/
syntax can be used in step values of text assertion step to match element text.Accept-Language
header that the browser includes in HTTP requests.<select>
elements by specifying the option’s index as index=#
in the step{{startUrl}}
variable containing the start URL of the test runbrowser
can now be specified as a parameter for test execute and suite execute API calls.viewPort
size of 1920x1080
for all paid plans.window.prompt()
will now return the specified default value instead of null
.dataFile
parameter when executing tests and suites through the API which allows for a CSV file containing a row of variable values for each run as outlined in our data-driven testing section.<select>
boxes using their label by prefixing value with “label=”.xpath=
).a:contains(“Link Text”)
.<iframe>
elements<input>
and <select>
elements<select>
elements to make sure <option>
value is present before assigning