Skip to content

mattonem/browserstack-local-smalltalk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

browserstack-local-smalltalk

This library tend to provide with a framework to implement your Selenium test suite to be executed on Browserstack grid.

load

Metacello new
    baseline: 'BrowserStackLocal';
    repository: 'github://mattonem/browserstack-local-smalltalk/src';
    onConflict: [ :ex | ex useIncoming ];
    ignoreImage;
    load: 'default'.   

The loadable groups are:

  • core: provides integrated browserstack credential settings and a browserstack dedicated test case super class to help you implement your test suite.
  • local: core + provides test ressource for local testing, that lets you write test case for you locally host website
  • parallel: core + parallel testing

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published