Skip to content

Commit

Permalink
Merge pull request #65 from codeforequity-at/mochawesome_context
Browse files Browse the repository at this point in the history
support for mochawesome context (conversation log)
  • Loading branch information
TestMyBot authored Mar 9, 2018
2 parents fa7e8e8 + f7d0b5e commit 1696833
Show file tree
Hide file tree
Showing 9 changed files with 7,766 additions and 1,678 deletions.
218 changes: 207 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testmybot",
"version": "1.3.0",
"version": "1.3.1",
"engines": {
"node": ">=6.0"
},
Expand Down Expand Up @@ -45,6 +45,7 @@
"lodash": "^4.17.4",
"mkdirp": "^0.5.1",
"mocha": "^5.0.0",
"mochawesome": "^3.0.2",
"opn": "^5.1.0",
"readline": "^1.3.0",
"slug": "^0.9.1",
Expand Down
1 change: 1 addition & 0 deletions samples/watson/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
mochawesome-report
Loading

0 comments on commit 1696833

Please sign in to comment.