Tre'
Tre'
If it happens again, I'll see if I can get some info for you.
> You could totally create a nice F# dsl for puppeteer. > > the DSL aspect of canopy is nice, but the real secret sauce is the 'stabilization' part that...
> buildkite doesn't seem to be running these tests. There's some ftr config somewhere that it's probably missing from. > > It's in the section here labeled `# Configs that...
@elasticmachine merge upstream
> @wayneseymour mind moving x-pack/test/banners_functional/config.ts from https://github.com/elastic/kibana/blob/main/.buildkite/ftr_configs.yml#L53 to the enabled list? We'll see that way if it passes properly on CI. No problem at all! :)
> This should be reverted once https://github.com/elastic/kibana/pull/140688 get merged I could have sworn this test was a duplicate. Am I crazy? lol
> > Can you delete many things like this, or just Plugins? > > @wayneseymour You can delete many things. This is being used for alerting and actions, but you...
I hope the following is not too orthogonal, but it "feels" like chainFirst is a "tap" fn: a fn for side effects in a composition pipeline, that runs the side-effect...
> @mibadim I just worked with my company's ops team and this what we did that worked for me (may not for you, but I hope so): `export NODE_TLS_REJECT_UNAUTHORIZED=0` then...
Error: ``` sh > browser.exec('alert("hello world!");', function() { ... browser.dialog().text(function (text) { ..... ..... }); ... }); { then: [Function: then], cancel: [Function: cancel], isPending: [Function: isPending] } > /Users/wayne/Documents/dev/repos/merlin.js/node_modules/selenium-webdriver/lib/webdriver/promise.js:1702...