This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: Grafana k6 Browser Recorder 1.0.4 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
import jsonpath from 'https://jslib.k6.io/jsonpath/1.0.2/index.js' | |
export default function main() { | |
let response |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://starter.vtex.app/', function () { | |
response = http.get( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://sfj-f1a3baf--arcaplanet.vtex.app/', function () { | |
response = http.get( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://gatsby.vtex.app/', function () { | |
response = http.post( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://gatsby.vtex.app/', function () { | |
response = http.post( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
import jsonpath from 'https://jslib.k6.io/jsonpath/1.0.2/index.js' | |
export default function main() { | |
let response |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://gatsby.vtex.app/', function () { | |
response = http.post( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://gatsby.vtex.app/', function () { | |
response = http.get( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Creator: k6 Browser Recorder 0.6.2 | |
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
export default function main() { | |
let response | |
group('page_1 - https://gatsby.vtex.app/', function () { | |
response = http.post( |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { sleep, group } from 'k6' | |
import http from 'k6/http' | |
import jsonpath from 'https://jslib.k6.io/jsonpath/1.0.2/index.js' | |
export default function main() { | |
let response | |
const vars = {} |
NewerOlder