@zeesoft/i18n-verify
v3.3.7
Published
Library to perform I18n verification on Nightwatch, WebdriverIO or Selenium framework projects
Maintainers
Readme
i18n-verify library usage guide
after installation, the library will auto create .i18nVerify.rc file with required configuration template
you can configure the following properties
qaLocalesupply qa locale value if your application uses onel10nResourcePathdirectory of l10n resources which will be used by the library to perform i18n verificationdefaultLocaledefault locale of your applicationqaMockprefix and suffix characters used by qa localegarbledCharslist of garbled characters which the library will use to skip while processing i18n verificationdebugruns in debug mode (verbose logging)
Dependency installation
npm i --ignore-scriptsBuilding
npm buildBundling
npm packTODO
[] modify .i18nVerify.rc property names to be more user friendly
[] add support for html report
[] add support for iframe strings capturing and highlighting
