Using a GitHub checkout of Taiko #2094
fmeum
started this conversation in
Development
Replies: 1 comment
-
since taiko is an npm module, you should be able to use It will make changes to your package.json which you may want to review before any commits. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to use a GitHub checkout of Taiko (e.g., the
v1.2.5
tag) for my tests so that I can add some more debug prints to failing selectors. However, if I reference a GitHub release of Taiko in mypackage.json
, e.g.getgauge/taiko#v1.2.5
, suddenly all my tests fail already on the first selector action.What is the preferred way to use a local checkout of Taiko in another project?
Beta Was this translation helpful? Give feedback.
All reactions