Questions tagged [hermione]

Hermione is a utility for integration testing of web pages using WebdriverIO and Mocha.

Hermione is a utility for integration testing of web pages using WebdriverIO and Mocha.

https://github.com/gemini-testing/hermione

2 questions
0
votes
1 answer

how to fix error when npm install png-img or npm install hermione chai

Basically I'm trying to test out Hermione (refer to tags) but ran into errors: when I run npm install hermione chai I end up getting an error for installing the png-img package that ends up with something like this in the terminal: gyp ERR! stack…
JacksonWong
  • 183
  • 1
  • 2
  • 9
-1
votes
1 answer

Migrating to Arrow function from Normal function JS

In my project, I don't wanna use construction function () {}, instead of that I wanna use () => {} or () => (). Code below. In first example I can see this, in second case this undefined. So I wonder, Is it possible way to make () => {} see this? I…
Rami Chasygov
  • 2,714
  • 7
  • 25
  • 37