Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ktrysmt committed Aug 7, 2015
1 parent ef8723c commit ce1dadf
Show file tree
Hide file tree
Showing 11 changed files with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,41 @@ also use remote yamlfile...
```
$ checkup -r http://localhost:4444/wd/hub testcase.yaml https://dl.dropboxusercontent.com/s/8zm9smw00oc/test.yml
```

## Format

- Type YAML Format at the file.
- Use XPATH to Access DOM-Element

## Example

```
testcase:
- name: sample test
browser: firefox
steps:
- get: https://code.google.com/p/selenium/wiki/Buck
- saveScreenshot: sele1.png
- setElementSelected:
target: //*[@id="can"]/option[5]
- saveScreenshot: sele2.png
```

## Install

```
$ go get github.com/aqafiam/checkup
```

## Feature

- Support CSS-Selector
- Support to select CSS-Selector or XPATH
- Add more example source
- make Reference to use
- make steps about StoreXXX command
- Use the color in STDOUT for readability

## License

MIT
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ce1dadf

Please sign in to comment.