limo-driver/lein-template

Quick leinigen template for creating a Limo enable project.


Keywords
clojure-library, lein-template, leiningen, selenium-tests
License
EPL-1.0

Documentation

limo-driver

Clojars Project Dependencies Status

A Leiningen template for creating a simple Limo project.

Many of the generation codes are from the excellent Chestnut template.

Usage

For more information about how the Limo api works, please see Limo page.

# Create simple Limo project using the template
lein new limodriver <your-project-name>

# To include the sample codes that loads config from property files
lein new limo-driver <your-project-name> +example

# e.g. if your project name is awesome-limo then
lein new limo-driver awesome-limo +example

cd awesome-limo

# Quickly run the sample project using
lein run

License

Copyright © 2017 Burin Choomnuan

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.