mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-01 07:02:48 +08:00
Add playwright
This commit is contained in:
parent
68569c93f7
commit
0fd45c7fff
6 changed files with 58 additions and 6 deletions
6
tests/playwright/example.spec.js
Normal file
6
tests/playwright/example.spec.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
const { test, expect } = require('@playwright/test');
|
||||
|
||||
test('has ngrok url', async ({page, baseURL}) => {
|
||||
await page.goto('/');
|
||||
await expect(page).toHaveURL(baseURL);
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue