react/packages/react-devtools-shell
Brian Vaughn aa8f2bdbce
Refactored DevTools test shell for e2e (#22968)
Fixes a regression in the e2e target and makes things easier (hopefully) going forward when adding new e2e tests.
2021-12-15 11:42:59 -05:00
..
src Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
README.md Updated scripts and config to replace "master" with "main" branch (#21768) 2021-06-29 14:26:24 -04:00
e2e.html Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
index.html Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
multi.html DevTools: Support mulitple DevTools instances per page (#22949) 2021-12-14 12:16:16 -05:00
package.json Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00
webpack.config.js Refactored DevTools test shell for e2e (#22968) 2021-12-15 11:42:59 -05:00

README.md

Harness for testing local changes to the react-devtools-inline and react-devtools-shared packages.

Development

This target should be run in parallel with the react-devtools-inline package. The first step then is to run that target following the instructions in the react-devtools-inline README.

The test harness can then be run as follows:

cd packages/react-devtools-shell

yarn start