@storm-software/testing-tools 1.43.0 → 1.44.0

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 (3) hide show
  1. package/CHANGELOG.md +732 -536
  2. package/README.md +55 -21
  3. package/package.json +3 -3
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
10
  <b>
11
11
  <a href="https://stormsoftware.com" target="_blank">Website</a> •
12
12
  <a href="https://github.com/storm-software/storm-ops" target="_blank">GitHub</a> •
13
- <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
13
+ <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://stormstack.github.io/stormstack/" target="_blank">Docs</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> •
14
14
  <a href="https://github.com/storm-software/storm-ops/issues/new?assignees=&labels=bug&template=bug-report.yml&title=Bug Report%3A+">Report a Bug</a>
15
15
  </b>
16
16
  </div>
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
21
21
 
22
22
  <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
23
23
 
24
- [![Version](https://img.shields.io/badge/version-1.42.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
24
+ [![Version](https://img.shields.io/badge/version-1.43.0-1fb2a6.svg?style=for-the-badge&color=1fb2a6)](https://prettier.io/)&nbsp;[![Nx](https://img.shields.io/badge/Nx-17.0.2-lightgrey?style=for-the-badge&logo=nx&logoWidth=20&&color=1fb2a6)](http://nx.dev/)&nbsp;[![NextJs](https://img.shields.io/badge/Next.js-14.0.2-lightgrey?style=for-the-badge&logo=nextdotjs&logoWidth=20&color=1fb2a6)](https://nextjs.org/)&nbsp;[![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg?style=for-the-badge&logo=commitlint&color=1fb2a6)](http://commitizen.github.io/cz-cli/)&nbsp;![Semantic-Release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg?style=for-the-badge&color=1fb2a6)&nbsp;[![documented with Fumadocs](https://img.shields.io/badge/documented_with-fumadocs-success.svg?style=for-the-badge&logo=readthedocs&color=1fb2a6)](https://fumadocs.vercel.app/)&nbsp;![GitHub Workflow Status (with event)](https://img.shields.io/github/actions/workflow/status/storm-software/storm-ops/cr.yml?style=for-the-badge&logo=github-actions&color=1fb2a6)
25
25
 
26
26
  <!-- prettier-ignore-start -->
27
27
  <!-- markdownlint-disable -->
@@ -53,7 +53,6 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
53
53
  - [Changelog](#changelog)
54
54
  - [Contributing](#contributing)
55
55
  - [Contributors](#contributors)
56
- - [💻 Visit stormsoftware.com to stay up to date with this developer](#-visit-stormsoftwarecom-to-stay-up-to-date-with-this-developer)
57
56
 
58
57
  <!-- END doctoc -->
59
58
 
@@ -116,17 +115,25 @@ Run `nx test testing-tools` to execute the unit tests via
116
115
 
117
116
  ## Storm Workspaces
118
117
 
119
- Storm workspaces are built using <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools for monorepos, which helps you develop like Google, Facebook, and Microsoft. Building on top of Nx, the Open System provides a set of tools and patterns that help you scale your monorepo to many teams while keeping the codebase maintainable.
118
+ Storm workspaces are built using
119
+ <a href="https://nx.dev/" target="_blank">Nx</a>, a set of extensible dev tools
120
+ for monorepos, which helps you develop like Google, Facebook, and Microsoft.
121
+ Building on top of Nx, the Open System provides a set of tools and patterns that
122
+ help you scale your monorepo to many teams while keeping the codebase
123
+ maintainable.
120
124
 
121
125
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
122
126
  <br />
123
127
 
124
128
  ## Roadmap
125
129
 
126
- See the [open issues](https://github.com/storm-software/storm-ops/issues) for a list of proposed features (and known issues).
130
+ See the [open issues](https://github.com/storm-software/storm-ops/issues) for a
131
+ list of proposed features (and known issues).
127
132
 
128
- - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
129
- - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc) (Add your votes using the 👍 reaction)
133
+ - [Top Feature Requests](https://github.com/storm-software/storm-ops/issues?q=label%3Aenhancement+is%3Aopen+sort%3Areactions-%2B1-desc)
134
+ (Add your votes using the 👍 reaction)
135
+ - [Top Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aissue+is%3Aopen+label%3Abug+sort%3Areactions-%2B1-desc)
136
+ (Add your votes using the 👍 reaction)
130
137
  - [Newest Bugs](https://github.com/storm-software/storm-ops/issues?q=is%3Aopen+is%3Aissue+label%3Abug)
131
138
 
132
139
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
@@ -145,7 +152,8 @@ Reach out to the maintainer at one of the following places:
145
152
 
146
153
  ## License
147
154
 
148
- This project is licensed under the **Apache License 2.0**. Feel free to edit and distribute this template as you like.
155
+ This project is licensed under the **Apache License 2.0**. Feel free to edit and
156
+ distribute this template as you like.
149
157
 
150
158
  See [LICENSE](LICENSE) for more information.
151
159
 
@@ -154,32 +162,42 @@ See [LICENSE](LICENSE) for more information.
154
162
 
155
163
  ## Changelog
156
164
 
157
- This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md) file
165
+ This project adheres to
166
+ [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Every release, along
167
+ with the migration instructions, is documented in the [CHANGELOG](CHANGELOG.md)
168
+ file
158
169
 
159
170
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
160
171
  <br />
161
172
 
162
173
  ## Contributing
163
174
 
164
- First off, thanks for taking the time to contribute! Contributions are what makes the open-source community such an amazing place to learn, inspire, and create. Any contributions you make will benefit everybody else and are **greatly appreciated**.
175
+ First off, thanks for taking the time to contribute! Contributions are what
176
+ makes the open-source community such an amazing place to learn, inspire, and
177
+ create. Any contributions you make will benefit everybody else and are **greatly
178
+ appreciated**.
165
179
 
166
180
  Please try to create bug reports that are:
167
181
 
168
182
  - _Reproducible._ Include steps to reproduce the problem.
169
- - _Specific._ Include as much detail as possible: which version, what environment, etc.
183
+ - _Specific._ Include as much detail as possible: which version, what
184
+ environment, etc.
170
185
  - _Unique._ Do not duplicate existing opened issues.
171
186
  - _Scoped to a Single Bug._ One bug per report.
172
187
 
173
188
  Please adhere to this project's [code of conduct](.github/CODE_OF_CONDUCT.md).
174
189
 
175
- You can use [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli) to check for common markdown style inconsistency.
190
+ You can use
191
+ [markdownlint-cli](https://github.com/storm-software/storm-ops/markdownlint-cli)
192
+ to check for common markdown style inconsistency.
176
193
 
177
194
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
178
195
  <br />
179
196
 
180
197
  ## Contributors
181
198
 
182
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
199
+ Thanks goes to these wonderful people
200
+ ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
183
201
 
184
202
  <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
185
203
 
@@ -204,7 +222,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
204
222
 
205
223
  <!-- ALL-CONTRIBUTORS-LIST:END -->
206
224
 
207
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
225
+ This project follows the
226
+ [all-contributors](https://github.com/all-contributors/all-contributors)
227
+ specification. Contributions of any kind welcome!
208
228
 
209
229
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
210
230
  <br />
@@ -218,9 +238,7 @@ This project follows the [all-contributors](https://github.com/all-contributors/
218
238
  <br />
219
239
 
220
240
  <div align="center">
221
- <b>
222
- <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://discord.gg/MQ6YVzakM5">Discord</a> • <a href="https://linkedin.com/in/pat-sullivan-dev" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
223
- </b>
241
+ <a href="https://stormsoftware.com" target="_blank">Website</a> • <a href="https://stormsoftware.com/contact" target="_blank">Contact</a> • <a href="https://linkedin.com/in/patrick-sullivan-865526b0" target="_blank">LinkedIn</a> • <a href="https://medium.com/@pat.joseph.sullivan" target="_blank">Medium</a> • <a href="https://github.com/storm-software" target="_blank">GitHub</a> • <a href="https://keybase.io/sullivanp" target="_blank">OpenPGP Key</a>
224
242
  </div>
225
243
 
226
244
  <div align="center">
@@ -228,18 +246,34 @@ This project follows the [all-contributors](https://github.com/all-contributors/
228
246
  </div>
229
247
  <br />
230
248
 
231
- Storm Software is an open source software development organization and creator of Acidic, StormStack and StormCloud.
249
+ Storm Software is an open source software development organization and creator
250
+ of Acidic, StormStack and StormCloud.
232
251
 
233
- Our mission is to make software development more accessible. Our ideal future is one where anyone can create software without years of prior development experience serving as a barrier to entry. We hope to achieve this via LLMs, Generative AI, and intuitive, high-level data modeling/programming languages.
252
+ Our mission is to make software development more accessible. Our ideal future is
253
+ one where anyone can create software without years of prior development
254
+ experience serving as a barrier to entry. We hope to achieve this via LLMs,
255
+ Generative AI, and intuitive, high-level data modeling/programming languages.
234
256
 
235
- If this sounds interesting, and you would like to help us in creating the next generation of development tools, please reach out on our website!
257
+ Join us on [Discord](https://discord.gg/MQ6YVzakM5) to chat with the team,
258
+ receive release notifications, ask questions, and get involved.
259
+
260
+ If this sounds interesting, and you would like to help us in creating the next
261
+ generation of development tools, please reach out on our
262
+ [website](https://stormsoftware.com/contact) or join our
263
+ [Slack](https://join.slack.com/t/storm-software/shared_invite/zt-2gsmk04hs-i6yhK_r6urq0dkZYAwq2pA)
264
+ channel!
236
265
 
237
266
  <br />
238
- <h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3>
239
267
 
268
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/icon-fill.png" alt="Storm Software" width="200px"/></a></div>
240
269
  <br />
270
+ <div align="center"><a href="https://stormsoftware.com" target="_blank"><img src="https://pub-761b436209f44a4d886487c917806c08.r2.dev/visit-us-text.svg" alt="Visit us at stormsoftware.com" height="90px"/></a></div>
271
+
272
+ <br />
273
+
241
274
  <div align="right">[ <a href="#table-of-contents">Back to top ▲</a> ]</div>
242
275
  <br />
276
+ <br />
243
277
 
244
278
 
245
279
  <!-- markdownlint-restore -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storm-software/testing-tools",
3
- "version": "1.43.0",
3
+ "version": "1.44.0",
4
4
  "type": "commonjs",
5
5
  "description": "⚡ A package containing various testing tools used by Storm workspaces to drive unit and e2e testing.",
6
6
  "repository": {
@@ -32,11 +32,11 @@
32
32
  "monorepo"
33
33
  ],
34
34
  "peerDependencies": {
35
- "@nx/jest": "^19.1.0",
35
+ "@nx/jest": "^19.5.3",
36
36
  "jest": "29.7.0"
37
37
  },
38
38
  "devDependencies": {
39
- "@nx/jest": "^19.1.0",
39
+ "@nx/jest": "^19.5.3",
40
40
  "jest": "29.7.0",
41
41
  "jest-resolve": "29.7.0"
42
42
  },