testcontainers-go
                                
                                 testcontainers-go copied to clipboard
                                
                                    testcontainers-go copied to clipboard
                            
                            
                            
                        [Enhancement] [k6]: Retrieve test script from a URL
Proposal
E.g.
k6.WithTestScript("https://raw.githubusercontent.com/weesvc/workbench/main/scripts/api-compliance.js"),
I can grab this as well. Is the main change here that we are retrieving a remote resource rather than using a local test file?
Yes, this is the exact use case. I'd add support for allowing basic auth in case users want to fetch a resource from a private repository
Closing as completed