react-run icon indicating copy to clipboard operation
react-run copied to clipboard

Test Harness

Open ewaldman opened this issue 8 years ago • 3 comments

Hi. Is the following feature in the road-map:

As the user selects or clicks the controls, react-run will log the 'state' object of the component. Also, will log which callback got called due to the users clicking/selecting.

These features on top of the existing features would make react-run into an excellent debugger tool.

Thank you

ewaldman avatar May 12 '16 20:05 ewaldman

Can you expand on what you mean by controls? Do you mean a user clicks on a function in the editor toolbar? Or just a way to log the current component state?

bringking avatar May 12 '16 21:05 bringking

When the user selects or clicks on a button or a drop down there should be some logging as to the current state and also which callback function was called

ewaldman avatar May 13 '16 13:05 ewaldman

@ewaldman do you mean in their running code or in the React.run UI?

bringking avatar Jun 18 '16 17:06 bringking