@grafana/k6-test-builder 0.2.7
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.
- package/README.md +20 -0
- package/dist/index.d.ts +1406 -0
- package/dist/index.js +14397 -0
- package/dist/module.js +14377 -0
- package/package.json +113 -0
package/README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
# Getting Started with k6-test-builder
|
|
2
|
+
|
|
3
|
+
This package is published to the Github npm registry [Working with the npm registry](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-npm-registry).
|
|
4
|
+
|
|
5
|
+
## Available Scripts
|
|
6
|
+
|
|
7
|
+
In the project directory, you can run:
|
|
8
|
+
|
|
9
|
+
### `npm run build`
|
|
10
|
+
|
|
11
|
+
Builds the app for production to the `dist` folder.\
|
|
12
|
+
|
|
13
|
+
Your app is ready to be deployed!
|
|
14
|
+
|
|
15
|
+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
|
16
|
+
|
|
17
|
+
## Publish NPM package
|
|
18
|
+
|
|
19
|
+
1. Open [NPM bump version workflow](https://github.com/grafana/k6-test-builder/actions/workflows/npm-bump-version.yml)
|
|
20
|
+
2. Select "Run workflow" and choose semantic version
|