@fluentui-react-native/tester-win32
TypeScript icon, indicating that this package has built-in type declarations

0.38.3 • Public • Published

Running the FluentUI Tester on Win32

FluentUI Tester is the test app that we use to test our FluentUI components during development.

Launch FluentUI Tester app on Win32

  1. Make sure you've installed the Standard React Native dependencies and Node.js from the Prerequisites section.

  2. Next, clone and build the repo. If you already have a clone of the repo, make sure you've pulled the latest from the main branch (run git pull from your clone's main branch). You can verify you have the latest commits by running git log which lists all the commits from your branch with dates. Ensure commits are from a recent date or match the latest commits here. To exit the git log view, press the letter 'q' (for "quit").

  3. Then go into apps\win32 folder:

cd apps\win32
  1. Build the FluentUI Tester bundle:
yarn bundle
  1. Launch the FluentUI Tester app:
yarn run-win32
  1. You will see the FluentUI Tester show up in a new window.

Image of Fluent Tester

Debug FluentUI Tester app with direct debugging

Note: we recommend using Visual Studio Code for direct debugging.

  1. Follow steps #1-3 above.
  2. Build the FluentUI Tester bundle with dev option. This will ensure source map is included in the bundle.
yarn bundle-dev
  1. Launch the FluentUI Tester app:
yarn run-win32
  1. Inside ReactTest, open the debug option menu and select the checkbox Use Direct Debugger

Image of Fluent Tester debug menu location

  1. In Visual Studio Code, open the debug pane and select Debug Fabric Tester option from the "Run And Debug" dropdown.

Image of Visual Studio Code debug pane

  1. At this time, VS Code will attach to the JS runtime and you can start debugging. For more information on debugging in VS Code, please see Visual Studio Code documentation.

Dependencies

Dependencies are managed by @rnx-kit/align-deps. If you're looking to upgrade react-native, use the interactive upgrade command:

yarn rnx-align-deps --set-version

This command will ensure that all relevant packages are bumped correctly.

You can read more about this tool here: @rnx-kit/align-deps design document

Readme

Keywords

none

Package Sidebar

Install

npm i @fluentui-react-native/tester-win32

Weekly Downloads

251

Version

0.38.3

License

none

Unpacked Size

489 kB

Total Files

24

Last publish

Collaborators

  • hansenyy
  • travisspomer
  • jasonvmorse
  • acoates
  • falselobster
  • uifrnbot