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

Unable to generate HTML report #10

Open
tannerp opened this issue Oct 26, 2015 · 0 comments
Open

Unable to generate HTML report #10

tannerp opened this issue Oct 26, 2015 · 0 comments

Comments

@tannerp
Copy link

tannerp commented Oct 26, 2015

Hi!
Thanks for offering this awesome testing utility.

I'm trying to generate an HTML report, but I have not yet able to store it. Here is my Dalekfile.json.
{
"browser": ["chrome"]
"reporter": ["console", "html"],
"html-reporter": {
"dest": "reports"
}
}
This is my package.json.
{
"name": "UI_Automated_Testings",
"description": "UI Tests",
"version": "0.0.1",
"devDependencies": {
"dalek-reporter-html": "0.0.4"
}
}

I created a 'reports' file in my root directory where I run the following command- "dalek mytest.js"
I am able to see the console report but not able to store the HTML report. Any suggestions?

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