Skip to content

Commit

Permalink
Bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
obany committed Aug 2, 2017
1 parent 0df97fe commit f364592
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# v0.6.2
* Bugfix

# v0.6.1
* Added html theme with favicon generation

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "unitejs-core",
"version": "0.6.1",
"version": "0.6.2",
"description": "Core of the UniteJS JavaScript framework management tool.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -63,7 +63,7 @@
"typescript": "^2.4.1"
},
"dependencies": {
"unitejs-framework": "^0.6.1",
"unitejs-framework": "^0.6.2",
"npm": "^5.0.3",
"yarn": "^0.27.5"
},
Expand Down
2 changes: 1 addition & 1 deletion src/pipelineSteps/e2eTestRunner/webdriverIo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class WebdriverIo extends EnginePipelineStepBase {
webdriverConfiguration.reporters = ["spec", "allure"];
webdriverConfiguration.reporterOptions = {
allure: {
outputDir: `${reportsFolder}/e2etemp/"`
outputDir: `${reportsFolder}/e2etemp/`
}
};

Expand Down

0 comments on commit f364592

Please sign in to comment.