trincema / ui-testing-poc

Meister Test Automation Framework
0 stars 0 forks source link

Playwright Typescript Benchmark #6

Open trincema opened 11 months ago

trincema commented 11 months ago

Build a benchmark for Meister web app with Playwright, just to assess that the technology is good for Meister. Identify and document issues encountered along the way Identify pros and cons of using Playwright for Meister web app automation

trincema commented 11 months ago

Playwright seems to have the same issue as Cypress while redirecting after login: Screenshot from 2023-08-21 11-59-57 Screenshot from 2023-08-21 11-59-18 It will probably bypass the login if we manage to add Access-Control-Allow-Origin option in playwright.config.ts file.