Skip to content
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

CLDR-17316 cldr-apps-webdriver add Dashboard test, etc #40

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

btangmu
Copy link
Member

@btangmu btangmu commented Jan 25, 2024

-New SurveyDriverDashboard.java implements TEST_DASHBOARD

-Add scripts/selenium-server-4.16.1.jar for convenience

-Configure pom.xml to use spotless formatter, same as cldr-apps

-Partially reformat (defer complete reformatting to subsequent PR)

-Partially update SurveyDriverXMLUploader.java per Survey Tool changes

-Turn off logging of 4444/status json, too noisy

-For the fast voting test (CLDR-17248), add scripts/cldrHarStats.mjs; generates summary (average post/get times) and html table (details)

-Comments

-New SurveyDriverDashboard.java implements TEST_DASHBOARD

-Add scripts/selenium-server-4.16.1.jar for convenience

-Configure pom.xml to use spotless formatter, same as cldr-apps

-Partially reformat (defer complete reformatting to subsequent PR)

-Partially update SurveyDriverXMLUploader.java per Survey Tool changes

-Turn off logging of 4444/status json, too noisy

-For the fast voting test (CLDR-17248), add scripts/cldrHarStats.mjs; generates summary (average post/get times) and html table (details)

-Comments
Copy link
Member

@srl295 srl295 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks great. only ideas for the future

@@ -61,10 +60,11 @@ public class SurveyDriver {
* Enable/disable specific tests using these booleans
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it make sense for these to be in a properties or json file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, there's already a surveydriver.properties which so far only has the password in it


private static final String[] locales = {
// Czech, German, Spanish, French, Hindi, Japanese, Russian, Chinese
"cs", "de", "es", "fr", "hi", "ja", "ru", "zh"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

could also be in a config file

@btangmu btangmu merged commit c9541cb into unicode-org:main Jan 25, 2024
2 checks passed
@btangmu btangmu deleted the t17316_b branch January 25, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants