* Applitools sample installation and configuration for testing
* add new script file for selenium driver with JavaScript
* update code formatting
* update to move test files into root testing folder
* update package dependencies and image code
* Update configuration of file and log messages
* update handle result log messages
* add firefox browser to matrix
* update to extract out script from harness
* update to encapsulate configs
* update to get branch name synchronously
* update to cleanup how things are pulling configurations
* update to fix session not found and more window snapshots
* update to move script test under applitools since it has required bindings based on applitools
* update to cleanup applitools files
* update to remove code duplication
* update to use backticks'
* remove archived files from repository until they are needed
* update to proper casing based on class vs properties
* update to remove unused package
* update to coding standard format
* update spelling
* update comments in code
* update formatting from single quotes to double quotes
* update string formatting to ES6
* update to remove extra lines at end of inner functions
* add space after and before {}
* remove extra space before =
* update formatting of extra line in function calls
* add gitignore for .exe's
* update docs for binary downloads
* updated gitignore and temporarily remove binaries
* chore: clean up build scripts
* re-ordering
* rename of phases
* remove conventional commits, these are not used
* update comment
* change structure to use multiple files per release phase
* add sauce labs files and configuration
* remove empty line
* update after rebase master
* remove try catch
* update cap with capabilities and fix spelling error
* update to camelCase function name
* update to rename Phases enumeration for better consistency
* update to use enum of string values
* update to relocate spawn to the function it's used in
* update to use trim() not slice()
* update to consolidate getting branch name into single promise
* chore(schemas): add schemas for components to packages which use the development site package
* chore(complexity): fix a complexity issue and some missing syntax
* chore(pr): address some PR issues
* chore(pr): address some PR issues
* chore(copy-schemas): convert copy file to copy schemas only
* update the comments in the copy-schemas script
* correct a mistake in package.json
* chore(typing): fix a typings issue when importing examples
* chore(typings): redo typings in msft and base to get around issue with Jest snapshots
* feat(structure): updates the structure for the development site
* fix a few tslint issues in react development site
* fix code climate issues
* refactor out utilities and names per pull request comments
* resolve some tslint errors