Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Modelizer committed Sep 13, 2016
1 parent 1d298c0 commit baa0391
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,24 @@ class SeleniumExampleTest extends SeleniumTestCase
}
}
```
## Api Added in 0.2 release:
1. `scroll`, `notSee`, `seePageIs`, `type`, `typeInformation`, `press`, `click`, `findElement` and much more.
2. To know more about this API you can checkout [Integrated Package API](https://github.com/laracasts/Integrated/wiki/Learn-the-API)
3. Database related APIs is also available such as `seeInDatabae` and `missingFromDatabase`, `dontSeeInDatabase`
4. Full API documentation will be available soon.

## Notes:
1. Not all APIs in [Laracasts Package](https://github.com/laracasts/Integrated/wiki/Learn-the-API) is integrated in this package, but soon will be.
2. Mac and windows support is available.
3. Currently only support chrome browser.
1. Mac and windows support is available.
2. Currently only support chrome browser.
3. Selenium 2.53.1 and ChromeDriver 2.24 is been used.
4. Feel free to contribute or create an issue.
5. The user will not be able to swap between PHPUnit and Selenium who are below Laravel 5.3.

## Roadmap:
1. Firefox support needs to be added.
2. ~~Windows~~ and Linux support needs to be added.
3. Few APIs like in Integrated package such as `press`, `wait` and much more need to be added.
4. Drivers file and selenium standalone package need to be compressed.
5. API Docs need to be created.
3. Drivers file and selenium standalone package need to be compressed.
4. API Docs need to be created.

## Summary:
Many APIs such as `see`, `wait`, `submitForm` etc are been implemented in Laravel 5.3, and the whole goal of this package is to make it easier for the user to swap testing type anytime.
Expand Down

0 comments on commit baa0391

Please sign in to comment.