You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+7-2
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,10 @@
1
1
# run-k6-action
2
2
3
-
This action allows you to easily execute k6 tests as part of your GitHub Actions workflow. It has support for globs, parallel execution, and fail-fast.
3
+
This action allows you to easily execute k6 tests as part of your GitHub Actions workflow.
4
4
5
+
It is a wrapper over `k6 run`, with support for globs, parallel execution, and fail-fast.
6
+
7
+
> This action won't setup/install k6. That functionality is provided by [grafana/setup-k6-action](https://github.com/grafana/setup-k6-action)
5
8
6
9
## Usage
7
10
@@ -52,7 +55,9 @@ jobs:
52
55
./tests/protocol*.js
53
56
```
54
57
55
-
By default, the action will run k6 locally and send the results to Grafana Cloud k6. If you want to run the tests in our Cloud instances, you need to change the `cloud-run-locally` input to `false`:
58
+
By default, the action will run k6 locally and send the results to Grafana Cloud k6.
59
+
60
+
If you want to run the tests in our Cloud instances, you need to change the `cloud-run-locally` input to `false`:
0 commit comments