Skip to content

Releases: guahanweb/client-testing-baseline

Stable Initial Configuration

25 Jun 23:35

Choose a tag to compare

Pre-release

Initial release of default configuration. View the overview file to see details. The following grunt tasks are available:

# Update webdriver chrome support
grunt webdriver:update

# Unit testing with Karma/Jasmine
grunt test:unit

# E2E testing with Protractor
grunt webdriver # spin up webdriver instance
grunt test:e2e

# Run JSHint with configuration
grunt jshint

# Run Uglify with configuration
grunt uglify