Max Schmitt
Max Schmitt
Seems like this issue is mixing a lot of different requests - what are you trying to accomplish / what is not working? Because its hard to follow. I see...
Relates https://github.com/microsoft/playwright/pull/16024
Folding into https://github.com/microsoft/playwright/issues/9193.
Can you share a full repro with us which we can locally?
Was able to repro it with: ```ts test('repro', async ({ page }) => { await page.goto("https://demorgen.be/?adops=target_formats&ast_test=true", { waitUntil: 'networkidle' }); await page.reload(); }); ```
> I have created one naive TRX reporter: https://github.com/ShuiRuTian/trx-reporter-for-playwright > > I did not concern much about some edge conditions for now(like what about the attachment only with content, where...
Hi folks, sorry for the late response, I was out of office. I was talking with the team, in general the TRX reporter and Azure DevOps reporter can coexist, if...
I had a discussion with the team about it. So basically Firefox fails to launch in your scenario, we are able to reproduce it, not often, but maybe 1/50 or...
Sounds good! I'll try to submit a section there to the testing section inside the docs.
Sounds great, maybe use some kind of browser fingerprint (fingerprint.js) or IP address for identifying the clients. We should prevent that users can spam entries into the database.