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

Added ability to run UI java tests for Android #9491

Merged
merged 1 commit into from Apr 28, 2020
Merged
Changes from all commits
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Added ability ro run UI java tests for Android

  • Loading branch information
samartnik committed Apr 27, 2020
commit f3f333edc1b930c7d7433a857034ea5561bac6e8
@@ -59,6 +59,8 @@ const test = (suite, buildConfig = config.defaultBuildConfig, options) => {
if (process.platform === 'win32') {
testBinary = `${suite}.exe`
installerTestBinary = 'brave_installer_unittests.exe'
} else if (suite === 'brave_public_test_apk' && config.targetOS === 'android') {
testBinary = 'bin/run_' + suite
} else {
testBinary = suite
installerTestBinary = 'brave_installer_unittests'
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.