I get this message “Error: duplicate test title” even though I do not have duplicate test title [closed]
Closed 4 days ago.
In Playwright, how do I use saved browser context from beforeAll() in to the test, would it run fine with multiple workers as well?
In Playwright, I want to login only once and provide the browser context of that session to all the tests. Also I will run the tests with multiple worker, is it possible?
Unexpected token ‘ in JSON at position 32 in playwright-typescript
Fetching test data as string and trying to PARSE that string into object to use in mongo DB as query to fetch values from DB, getting error in JSON.parse(query)
How do I authenticate a user in an API test?
I am trying to write a POST request, which works in Postman, as a Playwright test.
How do I authenticate a user in an API test?
I am trying to write a POST request, which works in Postman, as a Playwright test.
Typescript code not working if i put it into the function
I try to edit data in excel file using typescript using exceljs. I am able to edit data but if I put my code in function it’s not working.
Below is my code which is working.
Click a certain button doesn’t work in playwright
I want to do some automation for web https://jllifmindiagsttest.caaps.com/
This button looks like as the pic
export default new TypeScript Expected 1 arguments, but got 0.ts(2554) how to fix?
Doing a QA job with PlayWright and TypeScript
Trying to avoid extra imports like defaultPage = new defaultPage(page);
in spec files just to reduce lines of code and make tests little more pretty.
Need assistance for understanding code (TypeScript with Playwright and Axe-Core)
I’m new to TypeScript and working on a Playwright-Test-Project for Accessibility-Testing with the axe-core package.
It all works fine, but I dont get some parts of the code and I hate this feeling of not knowing what is actually going on.
So maybe you guys can help me 🙂
Error when the test has passed in the console
Running this test in Playwright on mac: