Replies: 1 comment
-
On my side it works when you add an additional So add axios into See also my e2e setup in xemle/home-gallery. |
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
-
Hi,
I got this project and I added a gauge/ folder for some E2E tests.
the folder structure is like the following:
the
gauge/tests/test.js
contains the implementation and it requires a nodejs package called axios as shown below:so if I run the command:
gauge run gauge/specs/smoking-test.spec
, there will be errors like:So, how could I require the module "axios" here?
Beta Was this translation helpful? Give feedback.
All reactions