Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to save the result/report into .txt file #3

Open
vipinkatiyarknp opened this issue Jan 14, 2016 · 1 comment
Open

Not able to save the result/report into .txt file #3

vipinkatiyarknp opened this issue Jan 14, 2016 · 1 comment

Comments

@vipinkatiyarknp
Copy link

snippet from Gruntfile.js. reporterOutput line is commented, if we uncomment this line, then no task is executing. And how to save the report in the .txt file?

// Run tests
nodeunit: {
all: ['<%= app.test %>/*_test.js'],
options: {
reporter: 'default',
//reporterOutput: '<%= app.test %>/results/<%= grunt.template.today("yyyymmdd") %>-test-results.txt'
}
},

@vipinkatiyarknp
Copy link
Author

One more thing I have analysed, all task is executing on the console and indicating us on the console like this
? smokeTest
? loadHostTest
? urlformattingTest
? parseMetaTest
? crawlTest -------- not executing?? because its newer coming on the console.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant