improve doc

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

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

@ -52,7 +52,7 @@ class SpawnBrowser(object):
def cli_run(): def cli_run():
"""docstring for cli_run""" """docstring for cli_run"""
parser = argparse.ArgumentParser( 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', parser.add_argument('-p', '--project-name',
help='Project name to spawn a chrome instance for ') help='Project name to spawn a chrome instance for ')
parser.add_argument('-l', help='List existing chrome project dirs', parser.add_argument('-l', help='List existing chrome project dirs',

Loading…
Cancel
Save