Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
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 }}
loadtestgo
/
pizzascript
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
13
Code
Issues
3
Pull requests
10
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
All time
Commit history
Commits on Jan 28, 2021
Nix 'let' usage changes minification still barfs on it.
watsonmw
committed
5103490
View commit details
Copy full SHA for 5103490
Browse repository at this point
Properly parse BOM for CSV files.
watsonmw
committed
7afaebf
View commit details
Copy full SHA for 7afaebf
Browse repository at this point
Commits on Jan 15, 2021
Add first contentful paint to page (this should really be done per frame ultimately, but that requires some model changes...).
Show description for e07fb84
watsonmw
committed
e07fb84
View commit details
Copy full SHA for e07fb84
Browse repository at this point
Commits on Dec 31, 2020
Switch travis to use bionic / jdk11.
watsonmw
committed
d2b919b
View commit details
Copy full SHA for d2b919b
Browse repository at this point
Add optional timeouts to all functions that wait.
Show description for 8bfdd73
watsonmw
committed
8bfdd73
View commit details
Copy full SHA for 8bfdd73
Browse repository at this point
Commits on Dec 28, 2020
Add test for currently selected frame being removed while interacting with it.
watsonmw
committed
e030daa
View commit details
Copy full SHA for e030daa
Browse repository at this point
Commits on Dec 15, 2020
When reusing the browser between scripts be sure to clear the currently selected frame.
Show description for 0e4fbb8
watsonmw
committed
0e4fbb8
View commit details
Copy full SHA for 0e4fbb8
Browse repository at this point
Commits on Dec 10, 2020
The HTTP/2 specific workaround for HTTP request complete events not coming in from Chrome - also needs to apply to HTTP/3.
Show description for f14b181
watsonmw
committed
f14b181
View commit details
Copy full SHA for f14b181
Browse repository at this point
Commits on Dec 9, 2020
Handle beforeunload "Leave Site?" dialogs correctly when reusing the browser instance.
watsonmw
committed
db07b57
View commit details
Copy full SHA for db07b57
Browse repository at this point
Commits on Nov 19, 2020
Fix for '{"code":-32000,"message":"Cannot find context with specified id"}' error when browser is kept open between tests and a previous test times out waiting for something which requires the auto…
Show description for 9e9d10c
watsonmw
committed
9e9d10c
View commit details
Copy full SHA for 9e9d10c
Browse repository at this point
Commits on Nov 16, 2020
Fix issues with attaching to new tabs. We always attempt to register as a debugger for new tabs once they are selected via scripting now.
Show description for 9afa1f1
watsonmw
committed
9afa1f1
View commit details
Copy full SHA for 9afa1f1
Browse repository at this point
Commits on Oct 5, 2020
Fix compile error
watsonmw
committed
f007452
View commit details
Copy full SHA for f007452
Browse repository at this point
Catch some errors caused by an old version of Chrome.
watsonmw
committed
cb4c2db
View commit details
Copy full SHA for cb4c2db
Browse repository at this point
Commits on Sep 16, 2020
Fix NPE
watsonmw
committed
8da4771
View commit details
Copy full SHA for 8da4771
Browse repository at this point
Commits on Jun 29, 2020
Update for next release
watsonmw
committed
0c7c1e9
View commit details
Copy full SHA for 0c7c1e9
Browse repository at this point
Bump version for next release
watsonmw
committed
fe7e45d
View commit details
Copy full SHA for fe7e45d
Browse repository at this point
Various fix-ups for network / page monitoring to comply with messages sent by latest devtools.
Show description for ec4dd02
watsonmw
committed
ec4dd02
View commit details
Copy full SHA for ec4dd02
Browse repository at this point
Commits on Jun 27, 2020
Update docs
watsonmw
committed
c5141fb
View commit details
Copy full SHA for c5141fb
Browse repository at this point
Sequence id fixes
watsonmw
committed
0d0393a
View commit details
Copy full SHA for 0d0393a
Browse repository at this point
Add nextSeqId() function to allow an arbitrary number of unique sequences in a load test
watsonmw
committed
3ddac5a
View commit details
Copy full SHA for 3ddac5a
Browse repository at this point
Add waitNotVisible() function.
watsonmw
committed
7a1e379
View commit details
Copy full SHA for 7a1e379
Browse repository at this point
Fix clicking inside sub-frames.
Show description for 5991132
watsonmw
committed
5991132
View commit details
Copy full SHA for 5991132
Browse repository at this point
Commits on Jun 24, 2020
Add interactive debugger command line once script ends / throws an error, so scripts can be edited in-place without restarting.
watsonmw
committed
13bcd81
View commit details
Copy full SHA for 13bcd81
Browse repository at this point
Commits on Jun 23, 2020
Fix return key not working on latest chrome on Windows.
Show description for 50d0c1c
watsonmw
committed
50d0c1c
View commit details
Copy full SHA for 50d0c1c
Browse repository at this point
Commits on Jun 19, 2020
Fill out .key and .code for keyboard events, at some point Chrome stopped filling these out.
watsonmw
committed
a7a27b9
View commit details
Copy full SHA for a7a27b9
Browse repository at this point
Commits on Jun 18, 2020
Add extra waits around type() so that page's javascript thread has a chance to process focus and keys
Show description for be1b8c2
watsonmw
committed
be1b8c2
View commit details
Copy full SHA for be1b8c2
Browse repository at this point
Commits on Jun 17, 2020
Don't use ES6 features, somehow uglifyjs doesn't support it yet, maybe we should remove the minification anyway...
watsonmw
committed
f14c558
View commit details
Copy full SHA for f14c558
Browse repository at this point
Properly handle b.select() parameters, so select("#id", {index:0}) works.
watsonmw
committed
ce097d5
View commit details
Copy full SHA for ce097d5
Browse repository at this point
Need to lock test result when checking for active http requests.
watsonmw
committed
6d62388
View commit details
Copy full SHA for 6d62388
Browse repository at this point
Add hasText() function for conditionally checking for text.
Show description for 094fb89
watsonmw
committed
094fb89
View commit details
Copy full SHA for 094fb89
Browse repository at this point
Commits on Jun 14, 2020
Add node package.json/package-lock.json for building distribution package.
Show description for d22987e
watsonmw
committed
d22987e
View commit details
Copy full SHA for d22987e
Browse repository at this point
Commits on Jun 13, 2020
Fix verify text to work in sub frames again.
watsonmw
committed
1b718a5
View commit details
Copy full SHA for 1b718a5
Browse repository at this point
Commits on Jun 12, 2020
Correctly escape css selectors containing colon, add test case.
watsonmw
committed
808e648
View commit details
Copy full SHA for 808e648
Browse repository at this point
Commits on Jun 6, 2020
Handle the 'extraInfo' messages from Chrome that now contain more accurate header information.
watsonmw
committed
10cb05e
View commit details
Copy full SHA for 10cb05e
Browse repository at this point
Commits on Jun 3, 2020
Update to gradle 6.5
watsonmw
committed
e67170a
View commit details
Copy full SHA for e67170a
Browse repository at this point
Previous
Next
You can’t perform that action at this time.