Skip to content

Commit

Permalink
Updating instructions.
Browse files Browse the repository at this point in the history
  • Loading branch information
arboleya committed Jul 30, 2013
1 parent df294b3 commit 1ca9ddb
Showing 1 changed file with 21 additions and 9 deletions.
30 changes: 21 additions & 9 deletions tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,18 +169,30 @@ Running tests:
make test.saucelabs
````

## 2. Tests coverage
## 3. Tests coverage

For you pleasure the suite is fully integrated with tests coverage.
The suite provides full test coverage routine.

### 1. Generating coverage
### + Tab 1

First start Selenium:

````
make test.selenium.run
````

### + Tab 2

#### Generating coverage files

1. Start selenium
2. Run `make test.coverage`

````
make test.coverage
````

### 1. Generating coverage with auto-preview
#### Generating + previewing coverage files

1. Start selenium
2. Run `make test.coverage`
3. Go to [http://localhost:8080](http://localhost:8080)

````
make test.coverage.preview
````

0 comments on commit 1ca9ddb

Please sign in to comment.