Skip to content

Instantly share code, notes, and snippets.

View IFEOMA2005's full-sized avatar

Ifeoma Emodi IFEOMA2005

View GitHub Profile

Dashboards

Charting

Description

Dashing widget to show the status of builds from CircleCI. Also shows the avatar of the person who is running/breaking/passing the current build.

Usage

  • Get a Circle API Token from your Account Dashboard and set it in your environment as CIRCLE_CI_AUTH_TOKEN
  • Add the httparty to your Gemfile and run bundle install

Then:

@IFEOMA2005
IFEOMA2005 / Selenium Cheat Sheet.md
Created March 31, 2017 05:29 — forked from kenrett/Selenium Cheat Sheet.md
Selenium Cheat Sheet - Ruby

#Getting Started

##Webpage:

<html>
<head>
    <title>Testing with Ruby and Selenium WebDriver</title>
</head>
 
<body bgcolor="antiquewhite">
@rponte
rponte / ScreenshotOnFailure.java
Created July 27, 2016 11:48
Taking screenshot on failure with Selenium - using jUnit Rules
package com.redheap.selenium.junit;
import com.redheap.selenium.output.FileOutputType;
import java.io.File;
import java.io.IOException;
import java.util.Set;
import java.util.logging.Logger;
@groovybayo
groovybayo / step-by-step-gatling-idea.md
Last active November 7, 2022 06:47
Gatling: Step by step guide to IntelliJ integration

Step by step guide to setting up IDEA to write gatling simulations

Prerequisites:

Have [SBT plugin][sbt-plugin] installed

Begin

  • [Create a new project][create-project] in IDEA ( File > New Project ...)
    • Make sure you select a maven module