Difference between revisions of "Install ANSICON for coloured output"

From Test Automation Wiki
Jump to: navigation, search
Line 1: Line 1:
 
* Download and unzip [https://github.com/adoxa/ansicon/releases/download/v1.66/ansi166.zip | ansi166.zip]
 
* Download and unzip [https://github.com/adoxa/ansicon/releases/download/v1.66/ansi166.zip | ansi166.zip]
* Open cmd and navigate to the unzipped folder
+
* Open CMD and navigate to the unzipped folder
 
* Navigate to x64 (if you have a 64 bit machine) otherwise navigate to x86
 
* Navigate to x64 (if you have a 64 bit machine) otherwise navigate to x86
 
* Type <code>ansicon.exe -i</code> and ansicon will be installed.
 
* Type <code>ansicon.exe -i</code> and ansicon will be installed.
* Now navigate to any of your projects and run cucumber to see if ansicon has succesfully been installed
+
* Now navigate to any of your projects and run cucumber to see if ansicon has successfully been installed
* The ansicon warning should have dissapeared and text output should be colored
+
* The ansicon warning should have disappeared and text output should be colored
 
* If any issues occur you can type <code>ansicon.exe -u</code> in the ansicon folder to uninstall ansicon.
 
* If any issues occur you can type <code>ansicon.exe -u</code> in the ansicon folder to uninstall ansicon.
  
 
'''source:''' http://qastuffs.blogspot.nl/2011/02/how-to-install-ansicon-for-cucumber-to.html
 
'''source:''' http://qastuffs.blogspot.nl/2011/02/how-to-install-ansicon-for-cucumber-to.html
 +
 +
[[Category:FAQ]]

Revision as of 11:12, 14 March 2017

  • Download and unzip | ansi166.zip
  • Open CMD and navigate to the unzipped folder
  • Navigate to x64 (if you have a 64 bit machine) otherwise navigate to x86
  • Type ansicon.exe -i and ansicon will be installed.
  • Now navigate to any of your projects and run cucumber to see if ansicon has successfully been installed
  • The ansicon warning should have disappeared and text output should be colored
  • If any issues occur you can type ansicon.exe -u in the ansicon folder to uninstall ansicon.

source: http://qastuffs.blogspot.nl/2011/02/how-to-install-ansicon-for-cucumber-to.html