https://github.com/applitools/vscode-screenshots
https://github.com/applitools/vscode-screenshots
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/applitools/vscode-screenshots
- Owner: applitools
- License: mit
- Created: 2019-04-14T12:33:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-08T06:15:35.000Z (about 7 years ago)
- Last Synced: 2025-03-06T19:44:17.330Z (over 1 year ago)
- Language: TypeScript
- Size: 671 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VSCode Applitools Snapshots Extension
This project was bootstrapped with
* [Create React App](https://github.com/facebookincubator/create-react-app)
* [Create React App TypeScript](https://github.com/wmonk/create-react-app-typescript)
* [VSCode Extension Webview Sample](https://github.com/Microsoft/vscode-extension-samples/tree/master/webview-sample)
## Development
Run following commands in the terminal
```shell
npm install
npm install -g vsce
npm run build
```
And then press F5.
In Extension Development Host session, configure the extension settings in the setting view (Ctrl+,).
After you set the configurations, run `Applitools Screenshots` command from command palette.