improve doc

master
chakib benziane 10 years ago
parent 651462acf1
commit 484dd90aba

@ -1,13 +1,11 @@
=====================================
tmpbrowse - Spawn test browser sessions
=====================================
tmpbrowse - Spawn browser sessions for testing
----------------------------------------------
This tool helps you spawn temporary browser sessions (only chrome for instance)
in a sandboxed user dir to securely test your web app without worrying about
This tool helps you spawn temporary browser sessions in a sandboxed user dir to securely test your web app without worrying about
clearing cache, extensions ...
Installation
============
------------
Using pypi repository::
@ -19,12 +17,11 @@ Forking this repo::
Usage
=====
-----
::
TODO
====
----
- Better browser abstraction

@ -52,7 +52,7 @@ class SpawnBrowser(object):
def cli_run():
"""docstring for cli_run"""
parser = argparse.ArgumentParser(
description='Spawn a sandboxed chrome instance per project')
description='Spawn a sandboxed chrome instance per project (or other browsers)')
parser.add_argument('-p', '--project-name',
help='Project name to spawn a chrome instance for ')
parser.add_argument('-l', help='List existing chrome project dirs',

Loading…
Cancel
Save