Aaron Powell
Aaron Powell
> @aaronpowell any luck with the v4? Is it possible to use it with the v4 or not yet? I'm trying to implement it but the structure of the folders...
I've not used it with cjs, not sure if it works 😅
I've just done a change that changes the saucelabs integration, now it will only try and do it if it's not a PR (running on your machine won't be a...
Regarding ignoring the `yml` file, that won't really solve anything, the way PR's are handled by Travis means that builds will use my settings always, but they restrict secure variables...
To your last question - Sauce Labs integration was added a few years back, when travis didn't support UI testing, but also my intention was to test multiple browsers (Chrome,...
Sure, I've seen the settings in Travis, but ultimately it won't solve the PR issue, and I don't want there to be an expectation of having to create a Sauce...
This looks like a bug in the API that is being surfaced, `keys` shouldn't be available on `all` if you don't specify the `indexName`. The reason for this that `openKeyCursor`...
Why bother looking for two different properties? What's wrong with everyone using the same?
ah ok, so it's only a workaround because of the key being in the `yml` file.
Because you need to specify the `index` that you want the key's of the usage that you had doesn't really make sense, you're saying you want the keys, but not...