Skip to content

Commit 9715664

Browse files
Add publications
1 parent a091878 commit 9715664

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,23 @@ Mutation testing for Node.js and JavaScript.
77

88
**Mutode** generates mutants (small changes of code) and runs your tests. If the tests fail, it means the mutant was detected and **killed**; if your tests pass, it means the mutant **survived** and your tests can be improved.
99

10-
Read the thesis proposal [**here**](https://docs.google.com/document/d/1V6U-ahLq6faCbtP0DtKukzdnsUC2ZBsL1LWEJvkqUiE/edit?usp=sharing)
11-
1210
[**Watch the demo video**](https://www.youtube.com/watch?v=DILzHOljFj0&feature=youtu.be)
1311

1412
> "It's like a test for your tests!" - @mappum
1513
1614
> "Higher order testing: automated testing for your unit tests" - @albertomiranda
1715
18-
**Requires Node 8+**
16+
## Publications
17+
18+
Read the tool demo paper [*"Mutode: generic JavaScript and Node.js mutation testing tool"*](https://dl.acm.org/citation.cfm?id=3229504). In Proceedings of the 27th ACM SIGSOFT International Symposium on Software Testing and Analysis (ISSTA 2018)
19+
20+
Read the thesis proposal [**here**](https://docs.google.com/document/d/1V6U-ahLq6faCbtP0DtKukzdnsUC2ZBsL1LWEJvkqUiE/edit?usp=sharing)
21+
1922

2023
## Install
2124

25+
**Requires Node 8+**
26+
2227
Globally:
2328

2429
```sh

0 commit comments

Comments
 (0)