You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actual behavior A clear and concise description of what the bug is.
I'm trying to mock Page interface of playwright-go module.
I have example "demo" application here: https://github.com/camaeel/gomock-issue
I run locally (x86_64 macOs 15, with go1.23.4, but also tried in docker container with ubuntu):
Actual behavior A clear and concise description of what the bug is.
I'm trying to mock Page interface of playwright-go module.
I have example "demo" application here: https://github.com/camaeel/gomock-issue
I run locally (x86_64 macOs 15, with go1.23.4, but also tried in docker container with ubuntu):
and commited into the repo outcome file.
Then I run the same command in github actions, and it shows differences in the mocks generated in github actions pipeline here: https://github.com/camaeel/gomock-issue/actions/runs/12726641995/job/35475249456#step:5:76
Expected behavior A clear and concise description of what you expected to
happen.
Generated mocks should be exactly the same when generated from the same Interface version and with same mockgen version.
To Reproduce Steps to reproduce the behavior
Additional Information
Triage Notes for the Maintainers
The text was updated successfully, but these errors were encountered: