FFmpegA complete, cross-platform solution to record, convert and stream audio and video.tagged: e2enightwatchvideo21-08-2017
Jenkins Pipeline Jenkinsfile: 'node' and 'pipeline' directives - Stack Overflowyes, a top-level node implies scripted pipeline, and a top-level pipeline implies declarative pipeline.tagged: jenkinspipelinetypesdeclarative18-08-2017
where did the workspace go in jenkins pipelines | Down Home Country Coding With Scott Selikoff and Jeanne BoyarskyI was encountering an odd problem and needed to see what files were in a Jenkins workspace. For a freestyle job, this is easy; you just click on “workspace.”tagged: jenkinspipelineworkspace17-08-2017
Wiring help - looped at switch? » LightwaveRF CommunityNew to LightwaveRF and really keen to get my first socket installed. My wiring is not as shown in the manuals so would appreciate some advice. My house was rewired in 2011 so the wiring is all fairly new standard.tagged: lightwavewiringiot17-08-2017
puppeteer/README.md at master · GoogleChrome/puppeteerPuppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome.tagged: e2eacceptancepuppeteer17-08-2017
ChromeDriver - WebDriver for ChromeWebDriver is an open source tool for automated testing of webapps across many browsers. It provides capabilities for navigating to web pages, user input, JavaScript execution, and more. ChromeDriver is a standalone server which implements WebDriver's wire protocol for Chromium. ChromeDriver is available for Chrome on Android and Chrome on Desktop (Mac, Linux, Windows and ChromeOS). tagged: jenkinspipelinechromechromedriver15-08-2017
The XY ProblemThe XY problem is asking about your attempted solution rather than your actual problem. This leads to enormous amounts of wasted time and energy, both on the part of people asking for help, and on the part of those providing help.tagged: problemssolutionsanalysis15-08-2017
UI Testing with Nightwatch.js, Headless Chrome, and Docker: Part 2In Part 1, I discussed running Selenium and Chrome headless mode on Docker. Originally the plan was to use AWS CodePipeline and AWS CodeBuild to run the Docker container and the smoke tests for my website.tagged: nightwatchdockerchromeheadless15-08-2017
Frontend Testing Zoo - Or, Nightwatch without Selenium - 5π - fish's blogWhat I always find hardest to figure it when it comes to unknown systems, it’s ‘how things fit together’. These project might have great documentation, but how the ecosystem plays together is usually left as an exercise for the reader. This happened to me again when diving into frontend testing. I figured out how to get nightwatch+selenium-standalone+chromedriver+chrome working somehow, without fully understanding each part in the puzzle. I went with Nightwatch because I like the syntax and it seems one of the obvious options nowadays. That works until I updated some dependencies and broke everything again. So I took some time to figure out how these things fit together and what is really needed for me tests. I’ve learned that Selenium is the godmother of modern frontend testing. It’s a framework with bindings for multiple languages. To decouple the server from the actual browsers, it invented “Selenium RC” as a protocol. That lead to the development of the WebDriver W3C standard which replaces Selenium RC is newer versions and is implemented for the most common browsers (Chrome -> Chromedriver, Firefox -> FirefoxDriver).tagged: nightwatchseleniumpipelineheadless15-08-2017
E2E testing with headless Chrome and Nightwatch - Pietari Heino [] extreg.comSetting up End-to-End testing (for Nyssetutka.fi) using Nightwatch.js, Selenium and ChromeDriver and running the tests in a headless Chrome instance was super easy.tagged: nightwatchpipelinee2eheadlesschrome15-08-2017
Pipeline Steps ReferenceThe following plugins offer Pipeline-compatible steps. Each plugin link offers more information about the parameters for each step.tagged: pipelinejenkinsdevops14-08-2017
PipelineThis chapter will cover all aspects of Jenkins Pipeline, from running Pipelines to writing Pipeline code, and even extending Pipeline itself.tagged: jenkinspipelinedevops14-08-2017
TC39, ECMAScript, and the Future of JavaScriptTC39 means Technical Committee number 39. It’s part of ECMA, the institution which standardizes the JavaScript language under the “ECMAScript” specification. The ECMAScript specification defines how JavaScript works on a discrete step-by-step basis. Among other things, the specification explains:tagged:11-08-2017