Skip to content

Instantly share code, notes, and snippets.

View Aracem's full-sized avatar
👨‍🚀
Jobandtalent and Storybeat

Marcos Trujillo Aracem

👨‍🚀
Jobandtalent and Storybeat
View GitHub Profile
@es0329
es0329 / circle.yml
Last active March 16, 2017 16:20
Experimenting with CircleCI and android-23, build-tools-23.0.3
#
# Build configuration for Circle CI
#
general:
artifacts:
- /home/ubuntu/Fool-Android/app/build/outputs/apk/
machine:
environment:
@Aracem
Aracem / TextColorMatcher
Created March 28, 2017 10:03
TextColorMatcher for your Espresso test
package com.homerthebulldog.android.matcher;
import android.content.res.Resources;
import android.support.annotation.ColorRes;
import android.support.test.espresso.matcher.BoundedMatcher;
import android.view.View;
import android.widget.TextView;
import org.hamcrest.Description;
import org.hamcrest.Matcher;