id | title | sidebar_label |
---|---|---|
limitations |
Limitations for Cucumber.js with Playwright |
Limitations |
import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import useBaseUrl from '@docusaurus/useBaseUrl';
We recommend that you avoid the use of special characters when naming your tests. If your test name contains any special characters, your test may not run or its artifacts may not be visible in our platform.
When using Sauce-Connect, Webkit browser is unable to load any website that is hosted on the Internet. Local websites can still be loaded.
Webkit is not working on macOS 11 since Playwright 1.29.0
There is a known issue in Playwright that prevents some sites from loading in Webkit on Windows with the error SSL peer certificate or SSH remote key was not OK
. We recommend running your Playwright + Webkit tests on our Mac VMs by setting the platformName to either macOS 13
or macOS 12
.