SiKing
SiKing
Just tried this with: - AShot 1.5.4 - Selenium 3.6.0 - Chrome 63 Taking shots of elements, screenshots are way off - different parts of the screen.
Following the documentation [here](http://monkey-project.com/documentation/1.6/embedded/raspberry.html): ``` $ wget -qO - http://apt.monkey-project.com/monkey.key | sudo apt-key add - OK $ echo "deb http://apt.monkey-project.com/raspbian jessie main" >> /etc/apt/sources.list $ sudo apt-get update Hit:1 http://raspbian.raspberrypi.org/raspbian...
Most of our stuff is [hal+json](http://stateless.co/hal_specification.html). I could not get the tests to pass running locally, and I don't know enough about spec. Lemme know if I can do anything...
Create a sensible default `customRepositoryMap`, to save one more parameter in my pom.xml.
At my work, secops uses SSL packet inspection - all machines (browsers) had to have an internal certificate installed in order to be able to get to secure websites. Specifically...
The latest sensu-plugins-http fails to install. Actual behaviour: ``` # sensu-install -p http [SENSU-INSTALL] installing Sensu plugins ... [SENSU-INSTALL] determining if Sensu plugin gem 'sensu-plugins-http' is already installed ... /opt/sensu/embedded/lib/ruby/gems/2.3.0/gems/sensu-0.25.7/exe/sensu-install:45:...
In Java8: ``` URIBuilder uri = new URIBuilder("http://www.google.com/one/two?a=1#frag"); Assert.assertEquals(80, uri.getPort()); ``` Produces: > java.lang.AssertionError: expected: but was: Am I missing something?
Doing your course on Pluralsight. Love the course, BTW! Tried running the docker compose version of Jenkins: ``` mark@linuxmint:compose$ pwd /home/mark/workspace/github.com/g0t4/course-jenkins-getting-started/dockers/compose mark@linuxmint:compose$ git status On branch master Your branch is...
Currently when running tests with multiple groups, we can use syntax something like `mvn test -Dgroups="groupA,groupB"`. This will run any tests that are tagged with "groupA" **OR** "groupB". Please create...