Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GoDog with Playwright Go #499

Open
PavanMudigondaTR opened this issue Sep 1, 2022 · 2 comments
Open

GoDog with Playwright Go #499

PavanMudigondaTR opened this issue Sep 1, 2022 · 2 comments

Comments

@PavanMudigondaTR
Copy link

🤔 What's the problem you're trying to solve?

I would like to use GoDog with Playwright Go (since playwright has good framework for API and Browser automation). Please let us know if its possible to do this ! if, yes, if you could provide some examples that would be awesome.

✨ What's your proposed solution?

integrate GoDog with Playwright Go (since playwright has good framework for API and Browser automation).

⛏ Have you considered any alternatives or workarounds?

Right now using playwright with other programming languages such as typescript, python, java, c#

📚 Any additional context?


This text was originally generated from a template, then edited by hand. You can modify the template here.

@ninadingole
Copy link

I would create an example to use playwright-go with godog 👍🏻

@vearutop
Copy link
Member

vearutop commented Sep 7, 2022

I'm not aware of any library that provides godog step definitions to control playwright-go, but it should be relatively easy to write one. godog itself only provides the engine to define and run tests, it does not have any step definitions out of the box.

You can check https://github.com/godogx/httpsteps/blob/v0.2.5/local_client.go#L183 for a general example of the library that provides step definitions (not related to playwright).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants