Nikhil Gupta - Nikk's

Results 17 comments of Nikhil Gupta - Nikk's

@mxschmitt Hi Max, yes this will work. BUT my test cases are dependent to each other and I want continuation of test block running serially one after another. Because independent...

Hi @mxschmitt any update on this feature? we're still waiting for this feature to be introduce in the new release so we can decide the migration from Protractor to Playwright.

@christian-bromann please refer below screenshot of error: ![image](https://user-images.githubusercontent.com/17232533/183678720-87eae033-59c8-4bde-aa10-6f3ed8fd94a5.png)

@christian-bromann there is no such logs available on the cli console. But can you suggest which is the best IDE for WebdriverIO because I am getting this issue on Visual...

@christian-bromann @erwinheitzman may you please share your tsconfig.json file that will be really helpful. I think I have misconfigured something which is giving me an error of Unexpected token.

Hi @mxschmitt, I have an example of Playwright site after launching Playwright site then clicking on Get Started link and then clicking on every links e.g. Writing Tests, Running Tests,...

@mxschmitt any update on this feature to maintain the state in subsequent test cases and to not start with fresh state of browser in subsequent, persist same instance across the...

@Harsha509 @vsravuri I tired your solution of **'goog:chromeOptions': { w3c: false }** it works perfectly fine, but it turns off headless mode. I wanted to achieve this in headless mode,...

Sure @dgozman I have a scenario please have a look into this. ``` import { test, expect, Page } from '@playwright/test'; test.describe("Orange HRM -> Admin search functionality test", ()=>{ let...

Hi @dgozman for your first approach using reusing of signed in state and running test cases independently I tried running above example test cases with 2 workers making flag true...