Purusothaman Ramanujam
Purusothaman Ramanujam
### Feature and motivation This is similar to the feature proposed in https://github.com/SeleniumHQ/selenium/issues/7478. But it was closed due to lack of user feedback and it was Selenium 3 Grid. Currently...
I am using the below code to have the colors for the alphabets. `` But the colors are always the default one. Anything wrong here? The color codes are below:...
Docs for flutter integration would be super useful for users starting to adopt Tolgee as part of the flutter workflow.
Please provide an option to export the files as ARB (Application Resource Bundle) file. Although it's just another version of JSON format, when keys/plurals features are used, it could make...
I would like to know if it's possible to pass the reportPath value from the code.. for example in @BeforeClass or @BeforeSuite methods.. The output path depends on the maven...
I would like to know if there any configuration to avoid generation of emailable-report.html by default. Also is it possible to configure the emailable-report.html template? I just want to create...
Hi Friend, Is it possible to host a sample repo or a directory here to show a simple usecase of this package? I am trying to use this in my...
When using Regular Expressions on hears, it does not work as === is used. should this be changed to support regex? ``` hears: (patterns, message) => { return patterns.some(pattern =>...