Project
dialect
Dialect is a framework that provides a way to describe your application
in terms of activity and page definitions. Those definitions can then be
referenced by test libraries using the DSL that Dialect provides.
The DSL provides a fluent interface that can be used for constructing
test execution logic. This fluent interface promotes the idea of
compressibility of your test logic, allowing for more factoring, more
reuse, and less repetition.
You can use Dialect directly as an automated testing solution or you can
use it with other tools such as RSpec, Cucumber, or my own Lucid tool.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
Development
Licenses
MIT
Dependencies