- Navigate to the
src
directory. - Run
npm install
to install the necessary npm packages. You can also use the equivalent yarn or pnpm command. - Run
npm start
to build, serve, and sideload the extension for development and testing.
File / Directory | Description |
---|---|
cloudtest |
Contains test maps and scripts for running extension tests on CloudTest. |
deployment |
Contains configuration files and artifacts required for extension deployment. |
e2etests |
Contains Playwright end-to-end tests for the extension. |
src |
Contains the extension's source code, including both ReactViews and DxViews. The __test__ subdirectory contains unit tests for ReactViews. |
extension.config.json |
Contains configuration properties for the extension. |
For more detailed information, refer to the following documentation: