Add ci tag for running non headed tests, add command to package.json

This commit is contained in:
Emili Castells Guasch 2023-02-27 16:38:49 +01:00
parent e9eba09ebb
commit d31a9a982b
3 changed files with 4 additions and 2 deletions

View file

@ -46,7 +46,7 @@ test('PayPal button place order from Product page', async ({page}) => {
await expect(title).toHaveText('Order received');
});
test('Advanced Credit and Debit Card (ACDC) place order from Checkout page', async ({page}) => {
test('Advanced Credit and Debit Card (ACDC) place order from Checkout page @ci', async ({page}) => {
await page.goto('/product/product/');
await page.locator('.single_add_to_cart_button').click();