-
I created a simple proxy testing script that's supposed to verify that a proxy works against a particular URL. If the connection isn't successful within 10 seconds, it's supposed to time out and retu…
-
# Short description
Using the `typeInterval` setting with "small" values (e.g. 1, 10, etc.) yields inconsistent results. The problem is that the value isn't completely entered into the field. When …
-
Hi,
Just a general question - are there any ENV vars which can be set on the docker image to change the codeceptjs entry point command and thus be used to change the debug output verbosity?
I've…
-
In different situations, NightmareJS seems to raise unique/inconsistent errors. It would be much more useful to have a consistent error data structure.
Some examples of different errors I've recei…
-
#### What are you trying to achieve?
I'm trying to return value from inside `I.executeScript` method with Nightmare helper. What is strange is that with `I.executeAsyncScript` it works as expected.
…
-
In #61, @jtanningbed has a use case where PhantomJS engine does not work with his local web service being tested while Chrome mode works. However, when CasperJS test assertions are used by running Tag…
-
Hello. Please help. I do not understand what the problem is a nightmare. The essence of the application logic is as follows: in the database has a list of tasks for a nightmare, when measuring state i…
1gluk updated
7 years ago
-
#### Found an isuisue or bug with electron-vue? Tell me all about it!
Questions regarding how to use `electron` or `vue` are likely to be closed as they are not direct issues with this boilerplate. P…
-
Hi,
I have a form with no button. It is submitted when the enter key is pressed.
Does nightmare support keyboard events?
I have tried something like this
```
var keyEvent = new KeyboardEvent("keydo…
-
I struggled with this one for longer than necessary. My NightmareJS scripts seemed to be hanging for some reason. Even running them with the DEBUG environment option didn't help in determining what …