An internal utility package exporting gulp tasks for the Kendo React components infrastructure
Перейти к файлу
Nikola Shekerev 86071ab3b8 feat: add screenshots on test failure and on test error 2018-07-26 13:26:47 +03:00
tasks feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
webpack feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
.editorconfig refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
.eslintrc.json refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
.gitignore Initial commit 2016-01-19 18:43:57 +02:00
.travis.yml refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
README.md feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
api.conf.js chore: make the entire text a link 2018-07-26 13:26:36 +03:00
e2e-utils.js refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00
gulp-tasks.js feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
nightwatch.conf.js feat: add screenshots on test failure and on test error 2018-07-26 13:26:47 +03:00
package.json feat: Remove Karma and Jasmine 2018-06-08 11:42:25 +03:00
selenium.conf.js fix: upgrade chrome driver to 2.36 2018-03-28 16:06:45 +03:00
test-utils.js refactor: remove unused dependencies and code (#36) 2017-10-31 12:56:44 +02:00

README.md

Build Status npm version

An internal utility package exporting gulp tasks for the Kendo React components infrastructure.

  • gulp e2e - runs the end-to-end tests (single run);
  • gulp watch-e2e - runs the end-to-end tests in continuous mode;
  • gulp build-npm-bundle - packages the component in a format suitable for publishing as an NPM package (commonjs module)
  • gulp build-cdn - packages the component in a format suitable for CDN upload (UMD format)
  • gulp build-package - packages the component in all formats
  • gulp start - launches a dev server for preview/authoring of the examples
  • gulp docs - runs a dev server for preview/authoring of the markdown documentation