# HG changeset patch # User Thomas Junk # Date 1530871748 -7200 # Node ID a6d7ee20fc968ad12860230b9ff8c4f0fc21cc68 # Parent 8f49ba6cddd971f6dd991993c45b13c96676ccb6 docs: Adding documentation on how to run tests Documentation added for running unit or e2e tests diff -r 8f49ba6cddd9 -r a6d7ee20fc96 client/README.md --- a/client/README.md Fri Jul 06 12:00:08 2018 +0200 +++ b/client/README.md Fri Jul 06 12:09:08 2018 +0200 @@ -32,3 +32,13 @@ * Translation * Extract Messages via `make makemessages` * Translations are converted via `make translations` + +* Tests + * Unit tests are started via `yarn test:unit` + * e2e tests are started via `yarn test:e2e` + + Vue cli supports the Chrome selenium driver out of the box + If you are interested in using the Firefox variant of the driver + see [Vue CLI Plugin Docs](https://github.com/vuejs/vue-cli/tree/dev/packages/%40vue/cli-plugin-e2e-nightwatch) + and see also [Nightwatch documentation](http://nightwatchjs.org/gettingstarted#geckodriver) +