Ringo De Smet
Ringo De Smet
@olivierlambert can you create repository https://github.com/vatesfr/go-xenorchestra and provide me and @ddelnano access to it? @ddelnano I will move the sources and send you a PR for the TF provider to...
@olivierlambert I looked a bit around: https://github.com/aws/aws-sdk-go https://github.com/googleapis/google-cloud-go https://github.com/Azure/azure-sdk-for-go So I would let it end with `-go`, e.g. `xo-sdk-go`.
@ddelnano I couldn't add you as a reviewer in the PR, but here is the SDK extracted in the new repo for you to see: https://github.com/vatesfr/xo-sdk-go/pull/3
@VoyTechnology with VirtualBox installed, is there a daemon process running with a network API that is also used by VBoxManage? Is there documentation for that API?
@VoyTechnology great. Let's evaluate with a proof of concept. I only *have* one end-user requirement: this project (and the TF provider) should work with VirtualBox without any additional config needed....
Hook function: ``` export function loginHook (feature) { // Skip when we are testing the login functionality var hasTagLogin = hasTag(feature, 'name', '@login') if (!hasTagLogin) { console.log('Logging in before feature...
@BorisOsipov I migrated from these hooks to the wdio documented cucumber hooks because I thought that the normal cucumber tagged hooks did not have the "correct" integration.
Not helpful I guess. The only content after a `wdio` run in file `webdriver-log.txt` is this: ``` Starting ChromeDriver 2.37.544337 (8c0344a12e552148c185f7d5117db1f28d6c9e85) on port 4444 Only local connections are allowed. ```...
@wswebcreation this is not fixed yet. The latest code for `LoginPage` reads this: ```javascript import Page from './page'; class Login extends Page { ... open() { super.open('/#login/'); this.waitForloginPageToLoad(); } ......
There are 3 pull requests related to this issue: #54, #55 and #56. Can one of them be merged please, followed by a new release?