Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 790 Bytes

File metadata and controls

17 lines (12 loc) · 790 Bytes

E2E

This section contains end-to-end tests for BP Studio.

We use Playwright to perform E2E tests. One can use the Playwright Test for VSCode extension to run all tests. Alternatively, run pnpm e2e in the console to run all tests.

Unfortunately, Playwright focuses only on the latest browsers, and even if we downgrade Playwright, the oldest supported Safari version is just v14.1 (source), which is way newer than the targeted v11.1.

Therefore, to automate compatibility tests, we use Selenium + BrowserStack instead. This part is located in a separate private repo.