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 Total test execution time and corresponding costs calculated incorrectly when running tests in parallel on Firebase Test Lab.
To Reproduce
Steps to reproduce the behavior:
./gradlew runFlank
Expected behavior
Time displayed in the cost report (therefore the cost should be smaller) should be the same time as needed for test execution
Details:
Actual behavior
Actual execution time took 4m 20s Calculated time in cost report 28m
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Total test execution time and corresponding costs calculated incorrectly when running tests in parallel on Firebase Test Lab.
To Reproduce
./gradlew runFlank
Expected behavior
Details:
Actual behavior
The text was updated successfully, but these errors were encountered: