Skip to content
This repository was archived by the owner on May 21, 2026. It is now read-only.
This repository was archived by the owner on May 21, 2026. It is now read-only.

Split into suites #14

@Xiphe

Description

@Xiphe

In the past we learned that most projects require a bit more flexibility that what we can provide here.

For example:

  • no e2e tests in angular
  • e2e tests in jquery
  • no test at all
  • only jshint / jscs
  • no styling

The fact that we support sass and less is another indicator of this.

I still want to keep the ootb. style but simultaneously provide more pluggability

I think this modules would make sence:

  • Base
    Provide project structure, demo, release and build tasks with webpack and a interface where other modules can plug in
  • Style-(less | sass)
    Add css capabilities to demos and build tasks
  • Test-Static
    Add jshint and jscs tests
  • Test-Unit
    Add karma tests
  • Test-Protractor
    Add e2e tests for angular
  • Test-Nightwatch
    Add e2e test for others

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions