Keonik

Results 11 issues of Keonik

Hello, @adrianth OpenTest version number: 1.3.8 If the opentest server instance is running for a long time, then after some time the `server/db/actor` file will start to weigh a lot,...

@adrianth Now, when calling macro, the call string of this macro in the log is AFTER all the actions that are performed in this macro, which is extremely inconvenient. Example:...

Could you update the documentation, because I understand that several functions have been added, including AssertElementImage, which is missing from the documentation? Or if there are difficulties with updating the...

Is it possible to export the log in any format, be it html, markdown or pdf? Example export button: ![image](https://user-images.githubusercontent.com/57857901/232720304-fb4da663-8c9a-4565-b1c4-f00a574e06c3.png) The main thing is that the log contains screenshots that...

If I send a text to `$log(text)` that contains `\n`, it will replace `\n` with spaces, not new lines. For example: `$log("\n123\n123\n123")` I expected: ``` 123 123 123 ``` but...

Added a way to launch through a docker container minor edits installation instructions in linux

When trying to run mipsel-stretch and mipsel-stretch-slim, an error occurs: ``` exec /bin/bash: no such file or directory ``` If you try to set the /bin/sh parameter - similarly: ```...

Hi! Thanks for the script. I added a disabled option to allow saving the /opt directory as well, because often some related files for server management can be put there....

A small script that allows you to create all the necessary DNS records in Cloudflare.

The current port availability check does not work in Docker. The problem is that Docker does not display processes that occupy ports, which causes the check to fail with an...