From 74fd0aa09e014eb49dec55fdb4818394a343964a Mon Sep 17 00:00:00 2001 From: John Susek Date: Wed, 21 Aug 2019 09:33:26 -0500 Subject: [PATCH] Change to . Fix issue cleaning up generated files after failed run. --- README.md | 18 +++++++++++-- bin/run.js | 12 ++++----- docs/API.md | 18 ++++++------- docs/Install.md | 2 +- docs/examples/Vue-CLI-HelloWorld.vuetest | 4 +-- docs/examples/Vuex-TodoMVC.vuetest | 32 ++++++++++++------------ generate.js | 16 ++++++------ generateIt.js => generateTest.js | 16 ++++++------ 8 files changed, 66 insertions(+), 52 deletions(-) rename generateIt.js => generateTest.js (82%) diff --git a/README.md b/README.md index 107c0be..619abea 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,21 @@ The file is split into two sections, the `` and the ` @@ -34,16 +34,16 @@ This is the path to the component, used when importing it into your tests. Webpa
-## `` +## ``
Details ```xml - + ``` -### WillValue -This is used as the description for the test case. +### NameValue +This is used as the display name when running the test. ### BindingTarget @@ -59,13 +59,13 @@ The BindingTarget will be set to this value of the `context` variable in your `< #### Examples: ```xml - + ``` ```xml - + ``` ```xml - + ```
diff --git a/docs/Install.md b/docs/Install.md index e04e30b..131e62c 100644 --- a/docs/Install.md +++ b/docs/Install.md @@ -26,7 +26,7 @@ Create config file `vuetest.config.json` with these contents: Create test file `tests/declarative/App.vuetest` in this directory with these contents: ```xml - + diff --git a/docs/examples/Vue-CLI-HelloWorld.vuetest b/docs/examples/Vue-CLI-HelloWorld.vuetest index 4c8e938..0171333 100644 --- a/docs/examples/Vue-CLI-HelloWorld.vuetest +++ b/docs/examples/Vue-CLI-HelloWorld.vuetest @@ -4,9 +4,9 @@ --> - + - +