Files
cypress/packages/extension
Brian Mann 8033fbf819 Issue 995 (#996)
* better explain contributing to the driver

- update npm tasks to reflect newest conventions

* better explain contributing to the desktop-gui

- update npm tasks to reflect newest conventions

* synchronize content changes

* capitalize all package readme's for consistency

* better explain contributing to the runner, synchronize content changes

* better explain contributing to the server

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* synchronize content

* better contribution guidelines by redirecting users to package specific readme's

* synchronize content

* fix various content mistakes

* simplify contributing

* removed dead files

* bump zunder

* lock zunder to 5.1.0
2017-12-02 18:51:42 -05:00
..
2017-04-21 10:34:19 -04:00
2017-09-25 10:17:28 -04:00
2017-04-21 10:34:19 -04:00
2017-04-21 10:34:19 -04:00
2017-09-25 10:17:28 -04:00
2017-12-02 18:51:42 -05:00

Extension

This is the Chrome Extension responsible for automating Chrome

Install

The extension's dependencies can be installed with:

cd packages/extension
npm install

Developing

Watching

npm run watch

One Time Building

npm run build

Testing

npm run test

Debugging

  1. Open Chrome
  2. Go into Extensions
  3. Check Developer Mode
  4. Click Load unpacked extension...
  5. Choose packages/extension/dist directory
  6. Click background page to debug background.js
  7. Click Reload (⌘R) to pull in changes to manifest.json