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
Breadcrumbs
History for
pizzascript
script-engine
src
on
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
View code at this point
Browse repository at this point
Properly parse BOM for CSV files.
watsonmw
committed
7afaebf
View commit details
Copy full SHA for 7afaebf
View code at this point
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
View code at this point
Browse repository at this point
Commits on Dec 31, 2020
Add optional timeouts to all functions that wait.
Show description for 8bfdd73
watsonmw
committed
8bfdd73
View commit details
Copy full SHA for 8bfdd73
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Oct 5, 2020
Catch some errors caused by an old version of Chrome.
watsonmw
committed
cb4c2db
View commit details
Copy full SHA for cb4c2db
View code at this point
Browse repository at this point
Commits on Sep 16, 2020
Fix NPE
watsonmw
committed
8da4771
View commit details
Copy full SHA for 8da4771
View code at this point
Browse repository at this point
Commits on Jun 29, 2020
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
View code at this point
Browse repository at this point
Commits on Jun 27, 2020
Sequence id fixes
watsonmw
committed
0d0393a
View commit details
Copy full SHA for 0d0393a
View code at this point
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
View code at this point
Browse repository at this point
Add waitNotVisible() function.
watsonmw
committed
7a1e379
View commit details
Copy full SHA for 7a1e379
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
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
View code at this point
Browse repository at this point
Commits on Jun 2, 2020
- Waits that query the DOM while a new page is loaded, no longer sometimes throw an internal error. This makes waitPageLoad() completely optional in a lot of cases.
Show description for 47d29e4
watsonmw
committed
47d29e4
View commit details
Copy full SHA for 47d29e4
View code at this point
Browse repository at this point
Commits on Jun 1, 2020
Make userId unique within a test, rename old concept to workerId.
Show description for c5a3d7e
watsonmw
committed
c5a3d7e
View commit details
Copy full SHA for c5a3d7e
View code at this point
Browse repository at this point
Commits on May 28, 2020
- Allow clicking when button partially offscreen
Show description for 09cf399
watsonmw
committed
09cf399
View commit details
Copy full SHA for 09cf399
View code at this point
Browse repository at this point
Commits on May 27, 2020
- Make CSV reading a little easier (use column name headers to refer to columns)
Show description for 2e63ef0
watsonmw
committed
2e63ef0
View commit details
Copy full SHA for 2e63ef0
View code at this point
Browse repository at this point
Commits on May 25, 2020
Further fix to automation injection, when tab execution contexts are cleared we were not properly releasing the old contexts.
watsonmw
committed
3298f64
View commit details
Copy full SHA for 3298f64
View code at this point
Browse repository at this point
Add retry mechanism to click() as moving items on-screen doesn't always happen right away.
watsonmw
committed
7afd194
View commit details
Copy full SHA for 7afd194
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.