Update docs.

This commit is contained in:
Michael Mintz 2017-10-19 17:53:30 -04:00
parent c77a53a537
commit e85b7120d7
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<b>All-in-One Test Automation Framework</b> <b>All-in-One Test Automation Framework</b>
SeleniumBase makes it easy to run WebDriver automation with [pytest](https://docs.pytest.org/en/latest/) & [nosetests](http://nose.readthedocs.io/en/latest/). SeleniumBase makes it easy to run WebDriver automation with [Pytest](https://docs.pytest.org/en/latest/) & [Nose](http://nose.readthedocs.io/en/latest/).
[![pypi](https://img.shields.io/pypi/v/seleniumbase.svg)](https://pypi.python.org/pypi/seleniumbase) [![Build Status](https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master)](https://travis-ci.org/seleniumbase/SeleniumBase) [![Python version](https://img.shields.io/badge/python-2.7,_3.*-22AADD.svg "Python version")](https://docs.python.org/2/) [![MIT License](http://img.shields.io/badge/license-MIT-22BBCC.svg "MIT License")](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [![Join the chat at https://gitter.im/seleniumbase/SeleniumBase](https://badges.gitter.im/seleniumbase/SeleniumBase.svg)](https://gitter.im/seleniumbase/SeleniumBase?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub stars](https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg "GitHub stars")](https://github.com/seleniumbase/SeleniumBase/stargazers) [![pypi](https://img.shields.io/pypi/v/seleniumbase.svg)](https://pypi.python.org/pypi/seleniumbase) [![Build Status](https://travis-ci.org/seleniumbase/SeleniumBase.svg?branch=master)](https://travis-ci.org/seleniumbase/SeleniumBase) [![Python version](https://img.shields.io/badge/python-2.7,_3.*-22AADD.svg "Python version")](https://docs.python.org/2/) [![MIT License](http://img.shields.io/badge/license-MIT-22BBCC.svg "MIT License")](https://github.com/seleniumbase/SeleniumBase/blob/master/LICENSE) [![Join the chat at https://gitter.im/seleniumbase/SeleniumBase](https://badges.gitter.im/seleniumbase/SeleniumBase.svg)](https://gitter.im/seleniumbase/SeleniumBase?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) [![GitHub stars](https://img.shields.io/github/stars/seleniumbase/seleniumbase.svg "GitHub stars")](https://github.com/seleniumbase/SeleniumBase/stargazers)

View File

@ -1,3 +1,3 @@
theme: jekyll-theme-cayman theme: jekyll-theme-cayman
title: SeleniumBase title: SeleniumBase
description: Selenium automation made simple. Runs from Pytest or Nose(test). description: Selenium automation made simple. Runs with Pytest and/or Nose(test).