From c4f961a290f08ccc99f50dee0451852a524b3201 Mon Sep 17 00:00:00 2001 From: gidztech Date: Tue, 6 Mar 2018 00:25:54 +0000 Subject: [PATCH] #1 Add Travis CI badge --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 22acac2..618cc97 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ # puppeteer-extensions +[![Build Status](https://travis-ci.org/HuddleEng/puppeteer-extensions.svg?branch=master)](https://travis-ci.org/HuddleEng/puppeteer-extensions) + This library exposes a number of convenience functions to extend Puppeteer's API, in order to make writing tests easier. The idea is that many of these functions (or similar ones) will eventually make their way into Puppeteer's own API, but this allows us to experiment with new ways of improving UI testing.