Skip to content

JeromeErasmus/browserstack_automate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

====== Browserstack Automate

Browserstack Automate integrates Browserstack and Behave to allow developers to automate their selinium tests across any number of devices. Simply define your Behave tests and the devices you wish to test against. The tests will be sent to Browserstack and return runner reports, screenshots and any errors reports.

Flask starter project...

Build Status

Quick Start

Basics

  1. Activate a virtualenv
  2. Install the requirements

Set Environment Variables

Update project/server/config.py, to either:

app_settings = 'project.server.config.DevelopmentConfig'

or

app_settings = 'project.server.config.ProductionConfig'

install

$ python manage.py install

Run the Application

$ python manage.py runserver

So access the application at the address http://localhost:5000/

Want to specify a different port?

$ python manage.py runserver -h 0.0.0.0 -p 8080

Testing

Without coverage:

$ python manage.py test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages