Testing Custom Webterm Commands #1707
-
So one problem I haven't been able to figure out is how to test webterm commands. Right now, to see if a change in my code has worked, i have to run I am going to try to put together a "webterm simulator" class that simulates the "this" object, so you can just import your commands in JS and run them in a script, but I was wondering if anyone had a better way I had overlooked? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Yeah one other thing you can do right now is close and re-open webterm. It would not be hard to add a command which reloads the environment. Maybe "commands reload" ? |
Beta Was this translation helpful? Give feedback.
Yeah one other thing you can do right now is close and re-open webterm.
It would not be hard to add a command which reloads the environment. Maybe "commands reload" ?