Skip to content

Commit

Permalink
Report browser name (ex. firefox) when ide test fails
Browse files Browse the repository at this point in the history
Use existing technique found in api test.

Closes clj-commons#391
  • Loading branch information
lread committed May 13, 2022
1 parent 3ead1c0 commit d4dcb70
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
** https://github.com/clj-commons/etaoin/issues/393[#393]: Add changelog
** https://github.com/clj-commons/etaoin/issues/396[#396]: Move from Markdown to AsciiDoc
* Internal quality
** https://github.com/clj-commons/etaoin/issues/382[#382]: Fix process fork testing on Windows
** https://github.com/clj-commons/etaoin/issues/382[#382]: Fix process fork testing on Windows
** https://github.com/clj-commons/etaoin/issues/391[#391]: Identify browser name on failed ide tests

== v0.4.6

Expand Down
3 changes: 2 additions & 1 deletion test/etaoin/ide_test.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@
(binding [*driver* driver
*base-url* base-url
*test-file-path* test-file-path]
(f))))))
(testing (name type)
(f)))))))

(use-fixtures
:each
Expand Down

0 comments on commit d4dcb70

Please sign in to comment.