Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arzzen authored Aug 22, 2017
1 parent d5625d4 commit 7f9c2a0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ modules:
- **module** - module responsible for browser interaction, default: WebDriver.
- **timeWait** - wait seconds between `see`, `seeLink`, `seeElements`, `seeInField`, `click`, `clickWithLeftButton` and `clickWithRightButton` functions
- **cssStyle** - custom css style for highlight element or text on a site
- **cssStyle** - your custom css style for highlight element or text on a site

## Requirements

Expand All @@ -57,4 +57,9 @@ HighlightCeption needs the following components to run:
- Codeception HighlightCeption is a module for **Codeception**. It will need a running version of this tool.
- **WebDriver module** This tool only works with the webdriver module in Codeception at the moment.

## Tests

```bash
./vendor/bin/codecept run -- -c test/integration
```

0 comments on commit 7f9c2a0

Please sign in to comment.