Lux
is a universal system-level test tool written in Erlang/OTP by Håkan
Mattsson and other contributors. Based on
expect-like pattern, Lux
offers
simplified syntax, regular expressions support, switching between multiple
concurrent sessions, extensive logging, post mortem analysis, debugging, and
more. Testing with Lux
can be a part of more valuable processes, like
developing new services for Cisco NSO, CI/CD pipeline testing, troubleshooting,
etc. It is well known for test automation for developing Cisco Network Service
Orchestrator (NSO) with 4500 test cases per run.
Some explanations "Why Lux
" can be found here.
For more on Lux
features, please check
the official documentation.
You may install the extension via VS Code Quick Open (Ctrl/Cmd+P), paste the following command, press enter, and click install.
ext install andreygrechin.lux-colorizer
Also, you may install it via VS Code
marketplace by searching the name
andreygrechin.lux-colorizer
.
After the installation, the extension will be enabled automatically.
To use snippets, start typing a meta statement, like [loop]
, and VS Code will
offer possible options. Use TAB to autocomplete a statement and jumping between
input fields.
- Lux
- TextMate
- More on understanding TextMate
- Visual Studio Code Extensions