Skip to content

Commit

Permalink
1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tacheometry committed Apr 28, 2021
1 parent 120a9a5 commit ba64a0a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.1.1

- Better hot reloading. Roots aren't cloned anymore.

## 1.1.0

- Out with `testRunner.lua`, in with `testez-companion.toml`
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

Run [TestEZ](https://roblox.github.io/testez/) tests and view their results right from VS Code.

- Install the Roblox Studio plugin with either the command or by building it (`plugin` directory)
- Install the Roblox Studio plugin with either the command or saving it, adding it to Studio and clicking `Save as Local Plugin` (`command:testez-inspector.buildPlugin`)
- Make a `testez-companion.toml` file to configure how TestEZ should behave:

```toml
roots = ["ReplicatedStorage/myTests", "ServerStorage/some/other/tests"] # locations of your .spec files (which are found as descendants too)
extraOptions = {} # optional extraOptions for TestBootstrap
```

**WARNING:** Try to make your roots not contain any other instances that you do not need for testing. For example, having only "ServerStorage" as a root will probably cause some lag if you have lots of models inside ServerStorage. As a way to hot reload .spec files and preserve dependencies, roots are cloned each time tests run.

- Sync into Studio with [Rojo](https://rojo.space/)
- Run the tests by pressing the Run button, running the command, or <kbd>Ctrl</kbd>+<kbd>;</kbd> (<kbd>⌘</kbd>+<kbd>;</kbd>)
- See the results!
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "testez-companion",
"displayName": "TestEZ Companion",
"description": "Run TestEZ tests and view their results right from VS Code",
"version": "1.1.0",
"version": "1.1.1",
"engines": {
"vscode": "^1.55.0"
},
Expand Down

0 comments on commit ba64a0a

Please sign in to comment.