We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug
step("hi", function() { console.log("hi"); });
# test ## test 1 table:specs/5000.csv * hi
The file specs/5000.csv is a csv file with 5000 lines.
num 1 2 ... 5000
After executing this specification, the final memory usage reaches 11GBytes; of which gauge is 6G and html-report is 5G.
To Reproduce Steps (or project) to reproduce the behavior:
$ gauge init js $ gauge run specs
Logs
Paste any log or error messages here
Expected behavior A clear and concise description of what you expect to happen.
Screenshots If applicable, add screenshots to help explain your problem.
Versions:
gauge -v
go (0.2.0) html-report (4.1.2) js (4.0.0) screenshot (0.1.0)
Additional context Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
Describe the bug
The file specs/5000.csv is a csv file with 5000 lines.
After executing this specification, the final memory usage reaches 11GBytes; of which gauge is 6G and html-report is 5G.
To Reproduce
Steps (or project) to reproduce the behavior:
Logs
Expected behavior
A clear and concise description of what you expect to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Versions:
Windows 10
Gauge version: 1.4.3
Plugins
go (0.2.0)
html-report (4.1.2)
js (4.0.0)
screenshot (0.1.0)
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: