Skip to content

Instantly share code, notes, and snippets.

@jardix22
Last active August 29, 2015 14:06
Show Gist options
  • Save jardix22/686e9c534b16fa21fadf to your computer and use it in GitHub Desktop.
Save jardix22/686e9c534b16fa21fadf to your computer and use it in GitHub Desktop.
Structure of tests directories in El-tracker
----------------------------------------------
el-tracker/test/config/ --> Configurations files
el-tracker/test/config/Karma.conf.js
el-tracker/test/config/protractor.conf.js
el-tracker/test/config/mocha-runner.js
el-tracker/test/lib/
el-tracker/test/frontend/ ---> Frontend test directory
el-tracker/test/frontend/e2e
el-tracker/test/frontend/unit
el-tracker/test/frontend/extension-1/e2e
el-tracker/test/frontend/extension-1/unit
el-tracker/test/backend/ ---> Backend test directory
el-tracker/test/backend/mocha.opts
el-tracker/test/backend/init.test ----> Run server.
el-tracker/test/backend/extension-1/
Structure of tests directories in a extension (Agnostic extension)
---------------------------------------------
my-extension/test/
my-extension/test/lib/
my-extension/test/frontend/
my-extension/test/frontend/e2e/
my-extension/test/frontend/unit/
my-extension/test/backend/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment