Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cypress 4.0 Docs #1710

Merged
merged 84 commits into from
Feb 6, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
84 commits
Select commit Hold shift + click to select a range
690dffd
add 4.0 migration guide
chrisbreiding May 22, 2019
3550c0f
fix linting issues
chrisbreiding May 23, 2019
b8de00b
add migration guide to all language’s sidebars
chrisbreiding May 23, 2019
9c2470f
add dropping cjsx support to 4.0 migration guide
chrisbreiding May 24, 2019
282484c
Add dropping CJSX support to 4.0 migration guide (#1718)
chrisbreiding May 24, 2019
2da7665
Merge branch 'develop' into v4.0
chrisbreiding Oct 31, 2019
dfc426a
update reference to new mocha version
chrisbreiding Oct 31, 2019
d9b2496
improve spy/stub reset change description and add example
chrisbreiding Oct 31, 2019
283c55d
fix location of spy/stub item
chrisbreiding Oct 31, 2019
fede75c
fix lint errors
chrisbreiding Oct 31, 2019
3cbeecd
fix one more lint error
chrisbreiding Oct 31, 2019
a8426d2
add migration-guide to pt-br.yml
chrisbreiding Oct 31, 2019
784a089
fix link to migration guide mocha section
chrisbreiding Oct 31, 2019
4213b4b
Merge branch 'develop' into v4.0
chrisbreiding Oct 31, 2019
050ac6b
Remove our own reasoning - Node reaching end of life is enough
jennifer-shehane Nov 7, 2019
63fa95a
State we're supporting 8+ more explicitly going forward.
jennifer-shehane Nov 8, 2019
35a2547
Merge branch 'develop' into v4.0
jennifer-shehane Nov 25, 2019
f932eb8
Add base 4.0.0 changelog
jennifer-shehane Nov 25, 2019
0a5a64a
Add better formatting to Migration Guide - before/after sections + sm…
jennifer-shehane Nov 25, 2019
c90a4a0
Merge branch 'develop' into v4.0
jennifer-shehane Dec 24, 2019
f62cb85
Add isFinite assertion, supported in Chai 4+
jennifer-shehane Dec 24, 2019
672bef4
Merge branch 'develop' into v4.0
jennifer-shehane Dec 30, 2019
11e25e1
fix eslint error
jennifer-shehane Jan 28, 2020
d4c390d
Merge branch 'develop' into v4.0
jennifer-shehane Jan 28, 2020
f5af1c6
Add 'migration guide' title for russian pages
jennifer-shehane Jan 28, 2020
a21d475
add edge to the list of browsers (#2416)
bahmutov Jan 28, 2020
88d5ace
Firefox Support Docs (#2225)
jennifer-shehane Jan 28, 2020
460f50d
remove Node from textlint rules
jennifer-shehane Jan 29, 2020
fd59fa9
Begin writing changelog for 4.0
jennifer-shehane Jan 29, 2020
bf753c2
Fix broken examples for writeFile yields change + add to migration guide
jennifer-shehane Jan 29, 2020
7e7f98a
Write descriptions of features / bugfixes relating to issues in Chang…
jennifer-shehane Jan 29, 2020
a242361
remove isbrowsertype doc per changes in Firefox branch.
jennifer-shehane Jan 29, 2020
c47f028
Improve the isBrowser doc
jennifer-shehane Jan 29, 2020
22f1343
Add a summary and features for browser support.
jennifer-shehane Jan 29, 2020
7e6298f
Make updates based off of feedback for migration guide + changelog
jennifer-shehane Jan 30, 2020
43a3e52
update migration guide version references
chrisbreiding Jan 30, 2020
33427a9
Update dep versions from latest changes.
jennifer-shehane Jan 31, 2020
d1040b7
Merge branch 'develop' into v4.0
jennifer-shehane Jan 31, 2020
b455aca
Cypress issue#92: cy.contains() doc. (#2397)
sainthkh Jan 31, 2020
af92cbb
Merge branch 'develop' into v4.0
chrisbreiding Jan 31, 2020
22f7c0d
Update source/guides/references/migration-guide.md
jennifer-shehane Feb 3, 2020
649bcd0
3.8.4 Release (#2455)
flotwig Feb 3, 2020
ffbd9bf
Update docs for browser type changes (#2454)
flotwig Feb 3, 2020
5321a33
Add 'Chromium based browser 'family' to migration guide
jennifer-shehane Feb 3, 2020
c663e5b
Add migration guide for --browser flag changes
jennifer-shehane Feb 3, 2020
5cde95b
Use one line per shell run
jennifer-shehane Feb 3, 2020
c0cd309
Add more closed issues to 4.0.0 changelog + fix broken links
jennifer-shehane Feb 3, 2020
d2a5258
remove --browser canary deprecation - it is still supported
flotwig Feb 3, 2020
8e95d84
add example for selecting chromium-based
flotwig Feb 3, 2020
898df46
add cross linking between parallelization, CI, and cross browser guides
amirrustam Feb 3, 2020
404ac0f
Merge branch 'v4.0' of https://github.com/cypress-io/cypress-document…
amirrustam Feb 3, 2020
1de12e2
add note about ff gc issue to cross browser guide
amirrustam Feb 3, 2020
1bcfedf
add firefoxGcInterval config docs
amirrustam Feb 3, 2020
25e0603
add doc changes to 4.0.0 changelog
amirrustam Feb 3, 2020
b06bbe0
update wording for isBrowser
amirrustam Feb 3, 2020
cfbfa5a
update isBrowser docs
flotwig Feb 3, 2020
36e5835
Update isBrowser to match the signature of other doc pages.
jennifer-shehane Feb 5, 2020
b10edfa
Add 'see also' links to for newer docs
jennifer-shehane Feb 5, 2020
9b6ceb2
Fix syntax error in example
jennifer-shehane Feb 5, 2020
a6fd0e6
Update type of isCy arg to be Object
jennifer-shehane Feb 5, 2020
68a3ca0
Remove extraneous doc update mentions in 4.0 changelog
jennifer-shehane Feb 5, 2020
212f9b7
Add notes about video recording not working in Firefox headless and E…
jennifer-shehane Feb 5, 2020
8cbb616
Add section around firefoxGcInterval - interlink to section
jennifer-shehane Feb 5, 2020
fd186f3
Add warning note about Firefox headless video recording
jennifer-shehane Feb 5, 2020
3c4e9a0
before:browser:launch api changes (#2458)
kuceb Feb 5, 2020
ebf7b8d
Remove warning about Firefox headless browser from cross browser
jennifer-shehane Feb 5, 2020
7d411a2
Make note that Firefox is run in headed by default
jennifer-shehane Feb 5, 2020
be92176
Add issue for plugin event types to changelog
jennifer-shehane Feb 5, 2020
cccd66d
Updates to isbrowser
jennifer-shehane Feb 5, 2020
a6c92cd
remove windowSize from browser-launch-api docs
flotwig Feb 5, 2020
648a08e
document --browser canary breaking
flotwig Feb 5, 2020
994cc5c
update docs for firefox headless
flotwig Feb 5, 2020
a4f574b
Add section to TypeScript doc for plugins (#2466)
chrisbreiding Feb 6, 2020
b182d18
Minor updates
jennifer-shehane Feb 6, 2020
f393825
Make sure that Firefox is mentioned as 'beta' support
jennifer-shehane Feb 6, 2020
9700c05
Add Edge Beta, Canary, Dev support to browsers list
jennifer-shehane Feb 6, 2020
1794d83
fix broken isbrowser links
jennifer-shehane Feb 6, 2020
8158da4
Document actual properties for all browser methods/hooks
jennifer-shehane Feb 6, 2020
60630fe
Update photo of browser list dropdown in include all browsers
jennifer-shehane Feb 6, 2020
20e8ba5
update descriptions of browser properties off of feedback
jennifer-shehane Feb 6, 2020
a12b837
Style images within notes to have no margin
jennifer-shehane Feb 6, 2020
67ff479
Add link to track progress for firefoxGcInterval issue
jennifer-shehane Feb 6, 2020
6c2a58a
Other updates for guides from final review
jennifer-shehane Feb 6, 2020
72f95a9
Merge branch 'develop' into v4.0
jennifer-shehane Feb 6, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .textlintrc
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"BrowserStack",
["^chai", "Chai"],
["^chai-jquery", "chai-jquery"],
["cross-browser", "cross browser"],
["cross origin", "cross-origin"],
"ESLint",
["Express.js", "Express"],
Expand All @@ -40,7 +41,6 @@
"Lodash",
"minimatch",
"Mocha",
["node.js", "Node"],
"node module",
"npm",
["React[ .]js", "React"],
Expand Down
2 changes: 1 addition & 1 deletion lib/tags/image.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module.exports = function image (hexo, args) {
// {% imgTag "img/api/coordinates-diagram.jpg" "alt text" ["css-class"] %}
// {% imgTag /img/api/coordinates-diagram.jpg "alt text" ["css-class"] %}
//
// <<< Transforms into >>>
//
Expand Down
5 changes: 2 additions & 3 deletions lib/tags/timeouts.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,12 @@ module.exports = function yields (hexo, args) {
<li><p>${cmd} will continue to ${urls.retry} its specified assertions until it times out.</p></li>
</ul>`)
}

const invoke = () => {
return render(`<ul>
<li><p>${assertion}.</p></li>
<li><p>${promise}.</p></li>
</ul>`
)
</ul>`)
}

switch (type) {
Expand Down
Loading