Skip to content

Commit 466f4a9

Browse files
chore: release v1.0.6
1 parent e4ebdc1 commit 466f4a9

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## 1.0.6 - 2025-05-26
1011
### Added
1112
- Based on [Add tag test](https://github.com/scripterio-js/scripterio/issues/15):
1213
- New context option `tags` to tag a test or a test group.
1314
- Now its possible to specify single tag:
14-
15+
1516
```js
1617
test('test login page', {
1718
tags: 'regression',
@@ -23,8 +24,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2324
```bash
2425
--tags=regression
2526
```
26-
27-
- Now its possible to specify multiple tags:
27+
28+
- Now its possible to specify multiple tags:
2829
```js
2930
test('test login page', {
3031
tags: ['regression', 'smoke']
@@ -33,11 +34,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3334
});
3435
```
3536
and run the test\s using additional flag:
36-
37+
3738
```bash
3839
--tags=regression,smoke
3940
```
40-
41+
4142
- Added [scripterio-example](https://github.com/scripterio-js/scripterio-example)
4243
Various examples of how to perform unit, API, and UI testing using ScripterI/O.
4344

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scripterio",
3-
"version": "1.0.5",
3+
"version": "1.0.6",
44
"description": "ScripterI/O - Simple, fast, runner for testing all JavaScript",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)