Skip to content

Latest commit

 

History

History
52 lines (34 loc) · 1.36 KB

README.md

File metadata and controls

52 lines (34 loc) · 1.36 KB

Brick Next Developer Tools CI Status Coverage Status

A Chrome devtools extension for Brick Next developers. Check it out on Chrome Webstore.

Extension screenshot

Development

npm install
npm start

Follow official tutorial, when loading unpacked extension, choose the brick-next-devtools/extension directory.

Supported Browsers

Supports Chrome >= 57 in production, and last 2 Chrome versions in development.

Testing

npm test

To test a specified file:

npm test src/some-file.spec.ts

To test a specified file in watch mode:

npm test src/some-file.spec.ts -- --watch

To test a specified file and collect coverage from related files only:

npm test src/some-file.spec.ts -- --no-collect-coverage-from

Publish

npm run release
npm run build
npm run zip

Upload zip file through Chrome Web Store Developer Dashboard.