Oleksandr Kulychok

Results 16 comments of Oleksandr Kulychok

It is expected for plugin. This plugin supports only standard parameters and does not support custom logic from any other plugins (which is realized on browser side or on server...

Can we setup higher priority for that? TestNG gots high popularity because of 2 things: - We can run tests in parallel in few clicks - Beautiful and simple implementation...

@lzrski, checked on MacOS 10.13.2 npm5.6 node 8.9.1 npm-git-install uses temporary folder to clone/checkout/install dependency. But this directory automatically deleted after script finished his task. In log excerpt below you...

just checked on windows: nodejs **does not** create symlinks on windows when installs another module. So here files are **copied** from tempopary folder to `node_modules/`. Can we force node to...

@shubhbhargav Thanks, for help. Seems it is our issue when we merge collections in manual way (as jsons): in header we have v2.1 but below there is a v2.0 format....

@rafaelcs did you read comment by @Sup3rGeo above? > For Chrome, you need the --allow-file-access-from-files flag

Rest assured does not use traditional json-path as implemented by [Jayway](https://github.com/json-path/JsonPath) library. It uses gpath or groovy-path. Actually all expressions which we write should be a valid groovy expressions (with...

@manuelwaltschek this library just implement a standard. The standard required to define "additionalProperties=false" on every level, any inheritance is absend here. The WARN log which you propose maybe useful for...

When I add the "id" to schema: ``` { "$id": "https://myserver.com/types/xxx", "$defs": { "myType": "string"}, "properties": {"myProperty": { "$ref": "#/$defs/MyType"}}} ``` I have the next line in log: `WARNING: Failed...

> Maybe Java should move to use system properties and when SM is launched, scan the existing properties, filter the ones with `SE_` prefix and set them as environment variables...