Hardy formerly known as GhostStory 2: The Ghostening. Hardy is a command-line tool that simplifies CSS testing by using Cucumber and makes it simple to include in your automated build process. There’s also a chrome extension to simplify making test cases. It runs on Node.JS and uses Selenium. Hardy has been designed to make it as easy as possible to get started with CSS testing, especially integrating it into an existing build process.
Tests are written in Cucumber and use Selenium. Hardy runs on Node.js and therefore all the example CSS test helpers are written in JS. The functionality behind them can easily be reused in any test setup, whether your tests are written in Java, Ruby or anything else.
The help command guides the users regarding the purpose and as well as about the options that are included in the hardycssregression module. It also describes the syntax for installing the hardycssregression module. The help command for hardycssregression module is shown as below.
ptconfigure HardyCssRegression help
The pictorial representation of the above command is listed below,
kevell@corp:/# ptconfigure HardyCssRegression help
********************************************
This command allows you to install HardyCssRegression from a GC Repo.
Hardy
- install
Installs the latest GC Repo version of Hardy
example: ptconfigure HardyCssRegression install
------------------------------
End Help
******************************
The command used for installing the hardycssregression module on the terminal is listed below,
ptconfigure HardyCssRegression install
The pictorial representation of the above command is listed below,
kevell@corp:/# ptconfigure HardyCssRegression install
Install Hardy? (Y/N)
y
*******************************
* Pharaoh Tools *
* HARDY ! *
*******************************
Creating /tmp/ptconfigure-temp-script-87533646787.sh
chmod 755 /tmp/ptconfigure-temp-script-87533646787.sh 2>/dev/null
Changing /tmp/ptconfigure-temp-script-87533646787.sh Permissions
Executing /tmp/ptconfigure-temp-script-87533646787.sh
Cloning into 'Hardy'...
remote: Counting objects: 949, done.
remote: Total 949 (delta 0), reused 0 (delta 0), pack-reused 949
Receiving objects: 100% (949/949), 41.55 MiB | 242.00 KiB/s, done.
Resolving deltas: 100% (425/425), done.
Checking connectivity... done.
Temp File /tmp/ptconfigure-temp-script-87533646787.sh Removed
... All done!
*******************************
Thanks for installing , visit www.pharaohtools.com for more
******************************
Single App Installer:
--------------------------------------------
Hardy: Success
------------------------------
Installer Finished
******************************
Tests that make sure your visual layout is as sturdy.