Skip to content

Instantly share code, notes, and snippets.

@matthewstokeley
Created February 8, 2020 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewstokeley/bcc92d45a040ee8ac27fcdecfce1cfa4 to your computer and use it in GitHub Desktop.
Save matthewstokeley/bcc92d45a040ee8ac27fcdecfce1cfa4 to your computer and use it in GitHub Desktop.
modular-dependencies-config-file-boilerplate
[application-framework]
framework = "vue"
[ci]
vendor = "circleci"
[component-tests]
framework = "storybook"
[development-environment]
typescript = true
version_control = true
[regression-tests]
framework = "selenium"
testing_library = "karma"
assertion_library = "mocha"
browserstack_api = ""
[reporting]
library = "allure"
backup = "junit"
[snapshot-tests]
framework = "jest"
[style-framework]
framework = "bootstrap"
[style-preprocessors]
preprocessor = "sass"
[unit-tests]
framework = "jasmine"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment