├── .editorconfig ├── .github ├── ISSUE_TEMPLATE │ ├── androidReleaseTemplate.md │ ├── componentReleases.md │ ├── desktopReleaseTemplate.md │ ├── iosReleaseTemplate.md │ ├── qaResourceOther.md │ ├── qaResourcesAndroid.md │ └── qaResourcesDesktop.md └── renovate.json ├── Crypto Wallet Dev Components └── 1.0.25 │ ├── Brave-Browser - 1.0.25 Dev Linux.tar.gz │ ├── Brave-Browser -1.0.25 Dev Win.zip │ └── Brave-Browser-Nightly - 1.0.25 Dev macOS.zip ├── LICENSE ├── README.md ├── SampleBookmarks ├── brave_sorted_1000.html ├── brave_sorted_3000.html ├── brave_sorted_4000.html └── brave_sorted_5000.html ├── WikiTemplate ├── Android │ ├── wikitemplate-android.md │ └── wikitemplate-minorCRbumpAndroid.md ├── Crypto │ ├── wikitemplate-cryptoAndroid.md │ ├── wikitemplate-cryptoDesktop.md │ └── wikitemplate-cryptoiOS.md ├── Desktop │ ├── Major_CR_Bump │ │ └── wikitemplate-majorChromiumBumpUpgrades.md │ ├── Minor_CR_Bump │ │ ├── wikitemplate-minorCRbump-macOS-arm64.md │ │ ├── wikitemplate-minorCRbump-macOS-x64.md │ │ └── wikitemplate-minorCRbumpDesktop.md │ ├── wikitemplate-macOS-arm64.md │ ├── wikitemplate-macOS-x64.md │ └── wikitemplate.md ├── Goupdater │ └── wikitemplate-goupdate.md ├── Tor │ ├── wikitemplate-tor-Linux.md │ ├── wikitemplate-tor-Windows.md │ ├── wikitemplate-tor-macOS(Intel).md │ ├── wikitemplate-tor-macOS(arm64).md │ └── wikitemplate-tor.md └── iOS │ └── wikitemplate-ios.md ├── brave_testrun_generator.py ├── braveautogen-pre-release-only.py ├── changelog.py └── testlinks.json /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.editorconfig -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/androidReleaseTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/androidReleaseTemplate.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/componentReleases.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/componentReleases.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/desktopReleaseTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/desktopReleaseTemplate.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/iosReleaseTemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/iosReleaseTemplate.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/qaResourceOther.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/qaResourceOther.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/qaResourcesAndroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/qaResourcesAndroid.md -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/qaResourcesDesktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/ISSUE_TEMPLATE/qaResourcesDesktop.md -------------------------------------------------------------------------------- /.github/renovate.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/.github/renovate.json -------------------------------------------------------------------------------- /Crypto Wallet Dev Components/1.0.25/Brave-Browser - 1.0.25 Dev Linux.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/Crypto Wallet Dev Components/1.0.25/Brave-Browser - 1.0.25 Dev Linux.tar.gz -------------------------------------------------------------------------------- /Crypto Wallet Dev Components/1.0.25/Brave-Browser -1.0.25 Dev Win.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/Crypto Wallet Dev Components/1.0.25/Brave-Browser -1.0.25 Dev Win.zip -------------------------------------------------------------------------------- /Crypto Wallet Dev Components/1.0.25/Brave-Browser-Nightly - 1.0.25 Dev macOS.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/Crypto Wallet Dev Components/1.0.25/Brave-Browser-Nightly - 1.0.25 Dev macOS.zip -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/README.md -------------------------------------------------------------------------------- /SampleBookmarks/brave_sorted_1000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/SampleBookmarks/brave_sorted_1000.html -------------------------------------------------------------------------------- /SampleBookmarks/brave_sorted_3000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/SampleBookmarks/brave_sorted_3000.html -------------------------------------------------------------------------------- /SampleBookmarks/brave_sorted_4000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/SampleBookmarks/brave_sorted_4000.html -------------------------------------------------------------------------------- /SampleBookmarks/brave_sorted_5000.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/SampleBookmarks/brave_sorted_5000.html -------------------------------------------------------------------------------- /WikiTemplate/Android/wikitemplate-android.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Android/wikitemplate-android.md -------------------------------------------------------------------------------- /WikiTemplate/Android/wikitemplate-minorCRbumpAndroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Android/wikitemplate-minorCRbumpAndroid.md -------------------------------------------------------------------------------- /WikiTemplate/Crypto/wikitemplate-cryptoAndroid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Crypto/wikitemplate-cryptoAndroid.md -------------------------------------------------------------------------------- /WikiTemplate/Crypto/wikitemplate-cryptoDesktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Crypto/wikitemplate-cryptoDesktop.md -------------------------------------------------------------------------------- /WikiTemplate/Crypto/wikitemplate-cryptoiOS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Crypto/wikitemplate-cryptoiOS.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/Major_CR_Bump/wikitemplate-majorChromiumBumpUpgrades.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/Major_CR_Bump/wikitemplate-majorChromiumBumpUpgrades.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbump-macOS-arm64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbump-macOS-arm64.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbump-macOS-x64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbump-macOS-x64.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbumpDesktop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/Minor_CR_Bump/wikitemplate-minorCRbumpDesktop.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/wikitemplate-macOS-arm64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/wikitemplate-macOS-arm64.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/wikitemplate-macOS-x64.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/wikitemplate-macOS-x64.md -------------------------------------------------------------------------------- /WikiTemplate/Desktop/wikitemplate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Desktop/wikitemplate.md -------------------------------------------------------------------------------- /WikiTemplate/Goupdater/wikitemplate-goupdate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Goupdater/wikitemplate-goupdate.md -------------------------------------------------------------------------------- /WikiTemplate/Tor/wikitemplate-tor-Linux.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Tor/wikitemplate-tor-Linux.md -------------------------------------------------------------------------------- /WikiTemplate/Tor/wikitemplate-tor-Windows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Tor/wikitemplate-tor-Windows.md -------------------------------------------------------------------------------- /WikiTemplate/Tor/wikitemplate-tor-macOS(Intel).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Tor/wikitemplate-tor-macOS(Intel).md -------------------------------------------------------------------------------- /WikiTemplate/Tor/wikitemplate-tor-macOS(arm64).md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Tor/wikitemplate-tor-macOS(arm64).md -------------------------------------------------------------------------------- /WikiTemplate/Tor/wikitemplate-tor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/Tor/wikitemplate-tor.md -------------------------------------------------------------------------------- /WikiTemplate/iOS/wikitemplate-ios.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/WikiTemplate/iOS/wikitemplate-ios.md -------------------------------------------------------------------------------- /brave_testrun_generator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/brave_testrun_generator.py -------------------------------------------------------------------------------- /braveautogen-pre-release-only.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/braveautogen-pre-release-only.py -------------------------------------------------------------------------------- /changelog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/changelog.py -------------------------------------------------------------------------------- /testlinks.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/brave/qa-resources/HEAD/testlinks.json --------------------------------------------------------------------------------