Declarative Pipeline With Jenkins - DZone - RefcardzTo fully recognize the benefits of Jenkins Pipeline, this Refcard will help you build a Jenkins Declarative Pipeline and manage it with Blue Ocean. Learn the details of creating a Jenkinsfile, branches and pull requests, pipeline fundamentals, and using the agent directive. In addition, understand post actions for cleaning up files, archiving results, or sending notifications; and access a complete syntax reference.tagged: jenkinspipelinedeclarative-pipeline22-08-2017
Pipeline Referencear interval at which Jenkins should check for new source changes. If new changes exist, the Pipeline will be re-triggered. For etagged: pipelinepollscm21-08-2017
Running multiple stepsPipelines are made up of multiple steps that allow you to build, test and deploy applications. Jenkins Pipeline allows you to compose multiple steps in an easy way that can help you model any sort of automation process.tagged: jenkinspipelinemultiple-steps21-08-2017
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