-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,9 +17,8 @@ $ wdm update --standalone // install selenium and webdrivers | |
Then install `viff` command line. | ||
|
||
``` | ||
npm install -g coffee-script && npm install -g viff | ||
npm install -g viff | ||
``` | ||
No need to install coffee-script if you already have it, of course. | ||
|
||
## Examples | ||
|
||
|
@@ -147,6 +146,8 @@ And integrated `viffclient.post` method in your functional testing code. Check m | |
|
||
# History | ||
|
||
2014-08-07 **[email protected]** no need to install `coffee-script` before hand. | ||
|
||
2014-06-08 **[email protected]** could use multi viff instances to improve testing performance (`maxInstance` property). | ||
|
||
2014-05-18 **[email protected]** finally replace `canvas` by `phantomjs`, so easy installation starts from now, even in Windows System. | ||
|