mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Add grunt task for running plato reports
This commit is contained in:
parent
1809fec52e
commit
98a4f195c2
@ -1,8 +1,4 @@
|
||||
{
|
||||
// Details: https://github.com/victorporof/Sublime-JSHint#using-your-own-jshintrc-options
|
||||
// Example: https://github.com/jshint/jshint/blob/master/examples/.jshintrc
|
||||
// Documentation: http://www.jshint.com/docs/
|
||||
|
||||
"browser": true,
|
||||
"jquery": true,
|
||||
"esnext": true,
|
||||
|
||||
5
Makefile
5
Makefile
@ -66,7 +66,7 @@ MOCK_CFG ?=
|
||||
|
||||
.PHONY: clean rebase push requirements requirements_pypi requirements_jenkins \
|
||||
develop refresh adduser syncdb migrate dbchange dbshell runserver celeryd \
|
||||
receiver test test_coverage coverage_html test_ui test_jenkins dev_build \
|
||||
receiver test test_coverage coverage_html ui_analysis_report test_ui test_jenkins dev_build \
|
||||
release_build release_clean sdist rpmtar mock-rpm mock-srpm \
|
||||
deb deb-src debian reprepro setup_tarball
|
||||
|
||||
@ -240,6 +240,9 @@ test_coverage:
|
||||
coverage_html:
|
||||
coverage html
|
||||
|
||||
ui_analysis_report: node_modules
|
||||
$(GRUNT) plato:report
|
||||
|
||||
# Run UI unit tests
|
||||
test_ui: node_modules
|
||||
$(GRUNT) karma:ci
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user