Skip to content

Commit 8badadf

Browse files
committed
test(load): assign test result to project
I need to still replace the K6 token in GH secrets from my private one to the VSF org one.
1 parent b7cc0a1 commit 8badadf

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

packages/theme/tests/load/searchProduct.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,20 @@ import http from 'k6/http';
44

55
import jsonpath from 'https://jslib.k6.io/jsonpath/1.0.2/index.js';
66

7+
/**
8+
* @type {import('k6/options').Options}
9+
* */
710
export const options = {
811
vus: 10,
912
duration: '5m',
13+
ext: {
14+
loadimpact: {
15+
name: 'Search products',
16+
note: 'Guest user browsing through a product',
17+
// eslint-disable-next-line unicorn/numeric-separators-style
18+
projectID: 3591701,
19+
},
20+
},
1021
};
1122

1223
const { BASE_URL } = __ENV;

0 commit comments

Comments
 (0)