Skip to content
This repository was archived by the owner on Dec 6, 2021. It is now read-only.

Commit 5046d34

Browse files
committed
update readme
1 parent 10230c1 commit 5046d34

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,35 +6,41 @@ The `Angular/Karma Test Explorer` extension that works with the
66
![Example run tests](img/img-running-tests-readme.png)
77

88
## Features
9+
910
- See all angular tests in the side bar without running them.
1011
- Reload tests manually by the reload button in the UI.
1112
- Run all tests together, run set of tests, run single test and see results in the UI.
1213
- Loads values from user karma.conf.js (some get removed to make the explorer work correctly).
1314
- Shows a failed test's log when the test is selected in the explorer.
15+
- Detects configuration changes and reload tests automatically.
1416

1517
## Getting started
18+
1619
- Install the extension.
1720
- Restart VS Code and open the Test view.
1821
- Run your tests using the ![Run](img/run.png) icon.
1922
- If a test failed click on it and you will see the fail information on vscode `Test Explorer` output channel.
2023

2124
## Planned features
25+
2226
- Debug tests.
2327
- Cancel current run.
2428
- Block during test execution.
2529
- Support standalone karma.
26-
- Detect file changes(workspace, test definitions or configuration) and reload tests automatically.
30+
- Detect file changes(workspace, test definitions) and reload tests automatically.
2731
- Lets you choose test suites or individual tests in the explorer that should be run automatically after each file change.
2832
- Adds CodeLenses to your test files for starting and debugging tests.
2933
- Adds Gutter decorations to your test files showing the tests' state.
3034
- Adds line decorations to the source line where a test failed.
3135
- Forwards the console output from Karma to a VS Code output channel.
3236

3337
## Disclaimer
38+
3439
This project is in early stages of development.
3540
If you find a bug or think that a feature is missing and is not in the backlog please report it.
36-
If you wanna help out please read the [Contribution guidelines for this project](.github/CONTRIBUTING.md) file.
41+
If you wanna help out please read the [Contribution guidelines for this project](.github/CONTRIBUTING.md).
42+
43+
### VERSION/UPDATE PROBLEM
3744

38-
### VERSION/UPDATE PROBLEM ###
3945
If you were using 1.0.3 version I made some mistakes in the publishing process and I had to republish the extension.
4046
If you re on this version and not getting updates please uninstall the extension and install it again to the latest preview release version (0.X.X)

0 commit comments

Comments
 (0)