Releases: guahanweb/client-testing-baseline
Releases · guahanweb/client-testing-baseline
Stable Initial Configuration
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