You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: