From 0943b4f6c8f9a1df90b7ff026f9e7f17343bc714 Mon Sep 17 00:00:00 2001 From: Kyle McGough Date: Thu, 26 Dec 2019 19:45:21 -0800 Subject: [PATCH] add examples link to readme --- .gitignore | 1 + README.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index eab0492..a646c35 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /spec/reports/ /tmp/ .idea +*.gem diff --git a/README.md b/README.md index 295b2cc..20e120b 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,8 @@ end Task's do not need to be in the same scope, as long as the task exists Kinchan will find and run it when appropriate +### [Examples](https://github.com/sosodev/kinchan-examples) + ### Setting Selenium Browser Options before running your task you can modify the selenium browser options like so