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
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ export default async function () {
31
31
- Helps testing k6 tests with mock server
32
32
- Supports sync and async `k6/http` API
33
33
34
+
> **Note**
35
+
> The implementation of a micro web framework (similar to Express.js) was moved to [muxpress](https://github.com/szkiba/muxpress) project. (Just in case you're interested in goja)
36
+
34
37
## Download
35
38
36
39
You can download pre-built k6 binaries from [Releases](https://github.com/szkiba/xk6-mock/releases/) page. Check [Packages](https://github.com/szkiba/xk6-mock/pkgs/container/xk6-mock) page for pre-built k6 Docker images.
Copy file name to clipboardExpand all lines: magefiles/README-header.md
+3
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,9 @@ export default async function () {
31
31
- Helps testing k6 tests with mock server
32
32
- Supports sync and async `k6/http` API
33
33
34
+
> **Note**
35
+
> The implementation of a micro web framework (similar to Express.js) was moved to [muxpress](https://github.com/szkiba/muxpress) project. (Just in case you're interested in goja)
36
+
34
37
## Download
35
38
36
39
You can download pre-built k6 binaries from [Releases](https://github.com/szkiba/xk6-mock/releases/) page. Check [Packages](https://github.com/szkiba/xk6-mock/pkgs/container/xk6-mock) page for pre-built k6 Docker images.
0 commit comments