UNPKG

1.13 kBMarkdownView Raw
1# Cypress Core Extension
2
3## Installing
4
5```bash
6npm install @cypress/core-extension
7```
8
9## Developing
10
11**Install**
12
13```bash
14npm install
15```
16
17**Building**
18
19```bash
20npm run build
21```
22
23**Watching**
24
25```bash
26npm run watch
27```
28
291. Open Chrome
302. Go into Extensions
313. Check **Developer Mode**
324. Click **Load unpacked extension...**
335. Choose **cypress-core-extension/dist** directory
346. Click **background page** to debug `background.js`
357. Click **Reload (⌘R)** to pull in changes to `manifest.json`
36
37## Changelog
38
39#### 0.3.4 - *(09/07/16)*
40- do not set cookie url when already present
41
42#### 0.3.3 - *(09/05/16)*
43- include missing app folder in release
44
45#### 0.3.2 - *(09/05/16)*
46- reject tabs which dont start with http
47
48#### 0.3.1 - *(06/28/16)*
49- remove querying by tab url
50
51#### 0.3.0 - *(06/12/16)*
52- added take:screenshot
53
54#### 0.2.0 - *(05/22/16)*
55- notify on cookie change
56
57#### 0.1.3 - *(05/16/16)*
58- new tab content + phrasing
59
60#### 0.1.2 - *(05/15/16)*
61- ignore theme/Cached Theme.pak
62
63#### 0.1.1 - *(05/15/16)*
64- set lodash as dep not devDep
65
66#### 0.1.0 - *(05/15/16)*
67- initial release
68- implements cookie automation