Skip to content

Commit 2313e33

Browse files
author
Vitaliy Zakaznikov
committed
Updating SuperMario/README.md
1 parent d966f60 commit 2313e33

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

SuperMario/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ This is a [TestFlows](https://testflows.com) example that demonstrates automated
1515
* [Testing Super Mario Using a Behavior Model (Part 2)](https://testflows.com/blog/testing-super-mario-using-a-behavior-model-part2/).
1616
Delves into the theory behind behavior models and its application in testing.
1717

18+
* [Testing Super Mario Using a Behavior Model Autonomously (Part 1)](https://testflows.com/blog/testing-super-mario-using-a-behavior-model-autonomously-part1/).
19+
Demonstrates how to implement autonomous exploration, covering weighted input generation, path scoring/cleaning, instrumentation tricks, and beating all four levels without manual input.
20+
21+
* [Testing Super Mario Using a Behavior Model Autonomously (Part 2)](https://testflows.com/blog/testing-super-mario-using-a-behavior-model-autonomously-part2/).
22+
Combines autonomous explorer with the updated behavior model, adds engine observability, saves failed paths, and uses bidirectional testing to fix both model and game bugs.
23+
1824
## 📋 Prerequisites
1925

2026
```bash

0 commit comments

Comments
 (0)