testeranto 0.112.0 → 0.112.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +6 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,19 +1,20 @@
1
1
  # testeranto
2
2
 
3
+ ## the AI powered BDD test framework for typescript projects
4
+
3
5
  🚧 WARNING: Testeranto is still under development and is not ready for production yet. 🚧
4
6
 
5
- demo: [chromapdx.github.io/kokomoBay](https://chromapdx.github.io/kokomoBay/docs/index.html)
7
+ demo video: [youtube](https://www.youtube.com/embed/WvU5xMqGi6Q)
8
+
6
9
  source: [github.com/adamwong246/testeranto](https://github.com/adamwong246/testeranto)
7
10
 
8
11
  npm: [npmjs.com/package/testeranto](https://www.npmjs.com/package/testeranto)
9
12
 
10
13
  dev: [github.dev/adamwong246/testeranto](https://github.dev/adamwong246/testeranto)
11
14
 
12
- example repo: [kokomo bay](https://github.com/ChromaPDX/kokomoBay)
15
+ example test report: [chromapdx.github.io/kokomoBay](https://chromapdx.github.io/kokomoBay/docs/index.html)
13
16
 
14
- ## Demo
15
-
16
- <iframe width="560" height="315" src="https://www.youtube.com/embed/WvU5xMqGi6Q" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
17
+ example repo: [kokomo bay](https://github.com/ChromaPDX/kokomoBay)
17
18
 
18
19
  ## What is testeranto?
19
20
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "testeranto",
3
3
  "description": "the AI powered BDD test framework for typescript projects",
4
- "version": "0.112.0",
4
+ "version": "0.112.1",
5
5
  "engines": {
6
6
  "node": "18.18.0"
7
7
  },