Alex Treppass
Alex Treppass
+1 for this - would be great to have the creds and operations abstracted
Appreciated. In the meantime I've realised I can use a [`.global_gitignore`](https://help.github.com/articles/ignoring-files/#create-a-global-gitignore) to get around this
I've tried to get the ball rolling with jasmine-jsreporter and jasmine itself - it seems a bunch of information that used to be exposed to reporters in jasmine 1.3.1 is...
Ideally if @sclevine's reporter works, have that added to sauce's framework support for when jasmine version is set to 2.0.0. I'll give `custom` a play in the coming weeks, see...
@rkh - I've made JSReporter with Jasmine 2.0, and have written a JSReporter2 class as part of that project. Still waiting on [Jasmine#575](https://github.com/pivotal/jasmine/pull/575) - the Pivotal guys seem to be...
Update: pivotal have merged in the required reporting changes in jasmine 2.0.1 (https://github.com/pivotal/jasmine/pull/575), and jasmine-jsreporter has been updated to match (https://github.com/detro/jasmine-jsreporter/pull/17). There should no-longer be anything blocking grunt-saucelabs from adopting...
So if you use [jasmine-jsreporter](https://github.com/detro/jasmine-jsreporter) and add JSReporter2 as follows: ``` javascript jasmine.getEnv().addReporter(new jasmine.JSReporter2()) ``` Results should automatically be populated in the old JasmineReporter format. (Provided the jasmine 2 reporters...
Any plans to allow the new fine-grained tokens? I have a sense it's nearly working: ``` Run peter-evans/slash-command-dispatch@v3 with: token: *** commands: example repository: MyOrg/my-repo reaction-token: *** reactions: true permission:...
Ran into this today, it'd be nice to be able to easily skip our error boundary test without a custom decorator.
Here's a finding and a fix, through adding `console.log` to the build capacitor js: Debugging here, where `cleartext` is handled: https://github.com/ionic-team/capacitor/blob/e45d60d15445fa55320eb6274de67d4b4191f30a/cli/src/cordova.ts#L1080-L1085 `config.app.extConfig.server` comes through as` { url: 'http://192.168.1.241:3000' }`, i.e....