WebUnit is Ruby API for testing html/cgi without a browser, and is idealy suited for automated unit testing of web sites when combined with a Ruby unit test framework such as RubyUnit(or Test::Unit). It was designed and implemented by Masaki Suketa.
WebUnit is Ruby API for testing html/cgi without a browser, and is idealy suited for automated unit testing of web sites when combined with a Ruby unit test framework such as RubyUnit(or Test::Unit). It was designed and implemented by Masaki Suketa.
To install rb-webunit, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rb-webunit
To see what files were installed by rb-webunit, run:
port contents rb-webunit
To later upgrade rb-webunit, run:
sudo port selfupdate && sudo port upgrade rb-webunit
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.