Skip to content

Instantly share code, notes, and snippets.

@grimrose
grimrose / build.gradle
Created April 29, 2017 12:29
shadow + launch4j plugin study
buildscript {
repositories {
maven {
url "https://plugins.gradle.org/m2/"
}
}
dependencies {
classpath 'gradle.plugin.edu.sc.seis.gradle:launch4j:2.3.0'
classpath "com.github.jengelman.gradle.plugins:shadow:1.2.4"
}
<!doctype html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>CfP lists</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.2.1/css/bulma.min.css">
</head>
<body>
<div id="app"></div>
@grimrose
grimrose / docker-compose.yml
Last active June 12, 2016 06:21
#yokohamagroovy #41
version: "2"
services:
jenkins:
image: jenkinsci/jenkins
ports:
- "8080:8080"
- "50000:50000"
volumes:
- "./jenkins_home:/var/jenkins_home"
buildscript {
repositories {
jcenter()
}
dependencies {
classpath "com.squareup.okhttp3:okhttp:3.2.0"
}
}
import okhttp3.OkHttpClient
@Grab(group = 'com.squareup.retrofit', module = 'retrofit', version = '1.6.1')
import retrofit.RestAdapter
import retrofit.http.GET
import retrofit.http.Query
interface WeatherService {
@GET('/forecast/webservice/json/v1')
Map find(@Query('city') String city)
}
@grimrose
grimrose / yokohama_groovy_21.md
Last active January 4, 2016 13:29
#yokohamagroovy #21
@grimrose
grimrose / yokohama_devtesting_2.md
Last active January 4, 2016 11:39
#devtesting #2
@grimrose
grimrose / stac2013.md
Last active December 29, 2015 20:59
#stac2013

システムテスト自動化カンファレンス2013

よりよいテスト自動化のためにちょっと考えてみませんか? ―スコープ、ROI、プロセスを中心に―

  • 答えを探すためのポイントとは
  • よいテスト自動化とは
    • 自動化の目的
    • 注意すればスムーズに達成できそう?
  • だた自動化するだけでは、よい自動化とはならない。
  • 自動化するには、単に手動の置き換えだけでは足りない。
@grimrose
grimrose / yokohama_groovy_20.md
Last active December 29, 2015 05:39
#yokohamagroovy #20