-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Save offline test #30
Comments
Thx for your comment! Sharing tests with others is also easier with sending a link than a zip file with html. In future versions, results from different users/browsers will be stored and compared this way. I'll need more about your use case to consider it for future versions. v1 is now finished and will be puclished in a day or two, so no new features for this release. |
It is similar to https://jsbin.com/ - you can download html with your code, adjust it and upload to internal network (e.g. if it uses sensitive data). Also adds extra level of redundancy if jsbench.me would ever go out from the internet. I hope it's not, but I've seen a few other popular websites being overwhelmed by malicious users and going out |
I'm more of a jsfiddle guy :) But just went to jsbin and export seems to be broken. Anyway, I get it... private/sensitive data is one reason (although making tests "private" is half-done already). I'll put it on the list. I guess some voting on new features will be done. List is growing lately. |
In the absence of JSbin functionality to look at, can you tell me more about your ideal scenario here. I'm curios. I'm not sure what exactly JSBin downloads. It's really easy to download JSON formatted test properties for some kind of local backup, but then this format would not be run localy on it's own. Second option would be to export HTML file with embedded (links to) benchmark.js and embedded Test Suite data. but without any visual editor. Html file would run on open and possibly just output results to console or screen. Option to make complete editor/runner in export would be too complex for now. Basically I'd need to maintain two versions of the code, one local with no save/login/vote functionality and the other one public. Not happy with doing this much work, especially because (a side note!) one of the biggest reasons for v1 rewrite was to make it Open Source. 90% of work there is done, so very soon you'll be able to install your local copy and do with it whatever you want. I've included AWS CloudFormation now, together with AWS Sam templates in the source code and spent a lot of time on build&deploy scripts so with only a single command you will be able to create your own complete AWS infrastructure and deploy to it. UserPools, DynamoDB tables, Lambda functions, roles... almost everything is created automagically. You only need to change configs with your AWS credentials, create sam-cli role and setup verified AWS SES email for email notifications. |
I love the simplicity of the user interface - thank you for developing this.
I was wondering if it would be possible to "export" tests into standalone html file, so that it can be executed locally or saved into separate git repository?
The text was updated successfully, but these errors were encountered: