RLesur / crrri

A Chrome Remote Interface written in R
https://rlesur.github.io/crrri/
Other
157 stars 12 forks source link

add a skip function for testthat if chrome is not available #50

Closed cderv closed 5 years ago

cderv commented 5 years ago

This is a new suggestion for https://github.com/RLesur/crrri/issues/45#issuecomment-486852362 adjustments regarding chrome not being available in the testing environment.

This is closer to the testthat way of doing this things. I don't like having to modify the name of the file for that.

We also gain the messages in the log after testthat, and the report on how many tests where skipped. image


This change is Reviewable

RLesur commented 5 years ago

Great idea! I love that! :+1: