Open [http://localhost:8080/monaco-editor/test/manual/?editor=src](http://localhost:8080/monaco-editor/test/manual/?editor=src) to run.
TODO
## Running the editor tests
## Running the editor tests
```bash
```bash
# create a local release
> npm run build-monaco-editor
/src/monaco-editor> npm run release
> npm run test
> npm run compile --prefix webpack-plugin
# run unit tests
/src/monaco-editor> npm run test
> npm run package-for-smoketest-webpack
> npm run package-for-smoketest-esbuild
# compile the webpack plugin
> npm run package-for-smoketest-vite
/src/monaco-editor> npm run compile --prefix webpack-plugin
> npm run package-for-smoketest-parcel --prefix test/smoke/parcel
> npm run smoketest-debug
# package using the webpack plugin
/src/monaco-editor> npm run package-for-smoketest-webpack
# package using esbuild
/src/monaco-editor> npm run package-for-smoketest-esbuild
# package using vite
/src/monaco-editor> npm run package-for-smoketest-vite
# package using parcel
/src/monaco-editor> npm run package-for-smoketest-parcel --prefix test/smoke/parcel
# run the smoketest
/src/monaco-editor> npm run smoketest-debug
```
```
> Tip: All folders must be cloned as siblings.
> Tip: When running the test pages, use the control panel in the top right corner to switch between running from source, running from npm or running from the local release: