0.03
No commit activity in last 3 years
No release in over 3 years
There's a lot of open issues
Automatically run konacha tests
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 1.1
>= 3.0
 Project Readme

Guard::Konacha Build Status Gem Version

Automatically run your Konacha tests through Guard.

Install

If you haven't already, start by installing and configuring Konacha. Then add the guard-konacha gem to your Gemfile:

# Gemfile
gem 'guard-konacha'

And install

$ bundle install

Setup

Add the default configurations to your Guardfile.

$ bundle exec guard init konacha

Run

And that's it. Your Konacha powered JavaScript tests will now run whenever your JavaScript assets or spec files change.

$ bundle exec guard

Additionally

I recommend using the capybara-webkit or poltergeist drivers rather than the default selenium based driver. See Konacha instructions.

To get system notifications see Guard instructions.

Contributors

https://github.com/alexgb/guard-konacha/graphs/contributors