Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmintz committed Oct 26, 2017
1 parent bf1522e commit a08d3ca
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# SeleniumBase
[![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)

Enterprise test automation. [Fast setup](#seleniumbase_installation). Saves [detailed logs & reports](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md). (<i>Learn [more features](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md)</i>)
[Flexible](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/command_line.md) test automation. [Fast setup](#seleniumbase_installation). Saves [detailed logs & reports](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/example_logs/ReadMe.md). (<i>Learn [more features](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/features_list.md)</i>)

Trusted by [businesses such as HubSpot](https://github.com/seleniumbase/SeleniumBase/blob/master/help_docs/happy_customers.md).

Expand Down
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
theme: jekyll-theme-cayman
title: SeleniumBase
description: The missing test framework for Selenium
description: Enterprise-Level Selenium Test Framework
15 changes: 14 additions & 1 deletion help_docs/command_line.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,17 @@
### Command Line Interface Help
### The Command Line Interface

In addition to [settings.py](https://github.com/seleniumbase/SeleniumBase/blob/master/seleniumbase/config/settings.py), which allows you to customize the test framework, SeleniumBase gives you the flexibility to customize & control test runs from the command line:

* Set your browser there (default = Chrome)
* Change the automation speed (with Demo Mode)
* Choose betweeen pytest & nose unittest runners
* Specify what to log and where to store logs
* Choose additional variables to pass into tests
* Choose whether to enter Debug Mode on failures
* Choose a database to save results to
* Choose a Selenium Grid to connect to

...and more!

**Examples:** (These are run from the **[examples](https://github.com/seleniumbase/SeleniumBase/tree/master/examples)** folder.):

Expand Down
4 changes: 2 additions & 2 deletions server_setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
setup(
name='seleniumbase',
version='1.4.10',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Simple & Reliable Web Automation for Pytest & Nosetests',
description='Enterprise-Level Selenium Test Framework - seleniumbase.com',
long_description='Enterprise-Level Selenium Test Automation Framework',
platforms='Mac * Windows * Linux * Docker',
url='http://seleniumbase.com',
author='Michael Mintz',
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
setup(
name='seleniumbase',
version='1.4.10',
description='Test Automation Framework - http://seleniumbase.com',
long_description='Simple & Reliable Web Automation for Pytest & Nosetests',
description='Enterprise-Level Selenium Test Framework - seleniumbase.com',
long_description='Enterprise-Level Selenium Test Automation Framework',
platforms='Mac * Windows * Linux * Docker',
url='http://seleniumbase.com',
author='Michael Mintz',
Expand Down

0 comments on commit a08d3ca

Please sign in to comment.