sterodium / selenium-grid-extensions

Set of Selenium Grid extensions for a better UI tests.
Apache License 2.0
46 stars 23 forks source link

Adding fileDeletion feature to delete files from selenium node . This can be used as cleanup after uploading/downloading files #54

Closed sjethvani closed 7 years ago

sjethvani commented 7 years ago

Adding fileDeletion feature to delete files from selenium node . This can be used as cleanup after uploading/downloading files

sjethvani commented 7 years ago

@echoAlexey I see build is failing in travis due to checkstyle pluggin .

excerpt

[ERROR] src/main/java/io/sterodium/extensions/client/delete/FileDeleteRequest.java[50:13] (coding) SimplifyBooleanReturn: Conditional logic can be removed.

Can you fix it if you have time , otherwise I will fix it tomorrow my morning .

sjethvani commented 7 years ago

@echoAlexey tried to fix above checkStyle errors under new PR 56https://github.com/sterodium/selenium-grid-extensions/pull/56 . Please review & merge it at your convenience