-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Configuration and events overhaul (v6.0) #4225
Commits on Dec 3, 2018
-
Configuration menu - View commit details
-
Copy full SHA for cd4a164 - Browse repository at this point
Copy the full SHA cd4a164View commit details -
Rename plugins to background (#2408)
* rename plugins to background * rename missed directories named plugins * fix snapshot * fix plugins references in driver * error when pluginsFile is used * throw error when backgroundFile is default but plugins/index.js exists * fix wrong usage of fs.pathExists * update desktop-gui pluginsFIle use * fix e2e spec * background-guide -> background-process * fix desktop-gui spec * rename plugins to background
Configuration menu - View commit details
-
Copy full SHA for bb43e6f - Browse repository at this point
Copy the full SHA bb43e6fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a5bd2f6 - Browse repository at this point
Copy the full SHA a5bd2f6View commit details -
Yield null from cy.writeFile (#2731)
- Fixes #2466 - [Docs PR](cypress-io/cypress-documentation#1117) Should be part of 4.0.0
Configuration menu - View commit details
-
Copy full SHA for e929086 - Browse repository at this point
Copy the full SHA e929086View commit details
Commits on Dec 4, 2018
-
Upgrade Sinon to 7.1.1 (#2881)
- Fixes #2866
Configuration menu - View commit details
-
Copy full SHA for 18a87de - Browse repository at this point
Copy the full SHA 18a87deView commit details -
Add plugin events that mirror driver events (#2309)
* Closes #2283 Related: * Docs: cypress-io/cypress-documentation#967 * cypress-on: https://github.com/cypress-io/cypress-on/pull/96
Configuration menu - View commit details
-
Copy full SHA for aac89a1 - Browse repository at this point
Copy the full SHA aac89a1View commit details
Commits on Dec 5, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 9ef9146 - Browse repository at this point
Copy the full SHA 9ef9146View commit details -
Configuration menu - View commit details
-
Copy full SHA for 586161f - Browse repository at this point
Copy the full SHA 586161fView commit details -
* Initial upgrade changes * Some quick fixes * More fixes * Clean up exp logic and fix spread array failures * Remove caret from package.json * Add handling for proxies in isJquery * iterate on flaky test, increase default command timeout
Configuration menu - View commit details
-
Copy full SHA for d5bf693 - Browse repository at this point
Copy the full SHA d5bf693View commit details
Commits on Dec 11, 2018
-
Configuration menu - View commit details
-
Copy full SHA for e170e58 - Browse repository at this point
Copy the full SHA e170e58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0aa2216 - Browse repository at this point
Copy the full SHA 0aa2216View commit details
Commits on Dec 12, 2018
-
* rename ‘command:end’ to ‘internal:commandEnd’ * reanme ‘command:enqueued’ to ‘internal:commandEnqueue’ * rename ‘command:retry’ to ‘internal:commandRetry’ * rename ‘command:start’ to ‘internal:commandStart’ * rename ‘test:run:start’ to ‘test:start’ * rename ‘test:run:end’ to ‘test:end’ * rename ‘viewport:changed’ to ‘viewport:change’ * update page events to take details object * fix issues with page event changes * fix failing tests * fix failing integration tests * rename background events * actually rename the background events * fix tests
Configuration menu - View commit details
-
Copy full SHA for c2fdf3d - Browse repository at this point
Copy the full SHA c2fdf3dView commit details
Commits on Jan 9, 2019
-
Merge branch 'develop' into v4.0
# Conflicts: # packages/driver/src/cy/commands/xhr.coffee # packages/driver/src/dom/jquery.coffee # packages/driver/test/cypress/integration/commands/xhr_spec.coffee # packages/server/test/support/fixtures/projects/e2e/cypress/integration/x hr_spec.coffee
Configuration menu - View commit details
-
Copy full SHA for dd770bf - Browse repository at this point
Copy the full SHA dd770bfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b595c - Browse repository at this point
Copy the full SHA 50b595cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05fd432 - Browse repository at this point
Copy the full SHA 05fd432View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b376d1 - Browse repository at this point
Copy the full SHA 0b376d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cb14b34 - Browse repository at this point
Copy the full SHA cb14b34View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c23ea1 - Browse repository at this point
Copy the full SHA 7c23ea1View commit details
Commits on Jan 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 763db65 - Browse repository at this point
Copy the full SHA 763db65View commit details
Commits on Jan 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 16f52cc - Browse repository at this point
Copy the full SHA 16f52ccView commit details
Commits on Jan 23, 2019
-
Add new plugin events 'before:spec', 'after:spec', 'before:run', and …
…'after:run' (#2331) * implement before:spec, after:spec, and after:run plugin events * ensure server events only executed if registered * don’t execute plugin event if plugins process has been killed * call default preprocessor directly instead of registering it as plugin makes things more consistent because now plugins are only registered by the user. this was an exception where we registered it as a plugin, but it’s unnecessary because we can just call it directly * fix unit tests * await server events before proceeding * add before:run plugin event * pass run details to before:run event * handle and report errors thrown in server event handlers * wrap plugin execution in promise * rename instances of plugin * more rename fixes * fix tests * fix test * rename events to use ‘start’ instead of ‘before’ and ‘end’ instead of ‘after’ * bump zunder to 6.3.2 * await run & spec events in interactive mode * fix server unit tests * fix desktop-gui tests * fix e2e specs * fix desktop-gui specs * fix desktop-gui specs * add server unit tests for run/spec events in interactive mode * add/update desktop-gui integration tests for run/spec events * remove console.log
Configuration menu - View commit details
-
Copy full SHA for ac9340d - Browse repository at this point
Copy the full SHA ac9340dView commit details
Commits on Jan 24, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 913a5d9 - Browse repository at this point
Copy the full SHA 913a5d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for dde64d8 - Browse repository at this point
Copy the full SHA dde64d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 681d6ce - Browse repository at this point
Copy the full SHA 681d6ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb99962 - Browse repository at this point
Copy the full SHA bb99962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0adde83 - Browse repository at this point
Copy the full SHA 0adde83View commit details -
Configuration menu - View commit details
-
Copy full SHA for d98427b - Browse repository at this point
Copy the full SHA d98427bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a63ee8 - Browse repository at this point
Copy the full SHA 6a63ee8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f7c31c - Browse repository at this point
Copy the full SHA 8f7c31cView commit details
Commits on Jan 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e4436cf - Browse repository at this point
Copy the full SHA e4436cfView commit details
Commits on Jan 31, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 23f590b - Browse repository at this point
Copy the full SHA 23f590bView commit details
Commits on Feb 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1930c92 - Browse repository at this point
Copy the full SHA 1930c92View commit details
Commits on Feb 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 50b9446 - Browse repository at this point
Copy the full SHA 50b9446View commit details -
Configuration menu - View commit details
-
Copy full SHA for d845d0d - Browse repository at this point
Copy the full SHA d845d0dView commit details
Commits on Feb 22, 2019
-
Configuration menu - View commit details
-
Copy full SHA for b5455eb - Browse repository at this point
Copy the full SHA b5455ebView commit details
Commits on Feb 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 637b2b7 - Browse repository at this point
Copy the full SHA 637b2b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0f681e7 - Browse repository at this point
Copy the full SHA 0f681e7View commit details
Commits on Feb 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 224db65 - Browse repository at this point
Copy the full SHA 224db65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c5ae7b - Browse repository at this point
Copy the full SHA 8c5ae7bView commit details
Commits on Feb 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 1fe4df2 - Browse repository at this point
Copy the full SHA 1fe4df2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742b299 - Browse repository at this point
Copy the full SHA 742b299View commit details -
Configuration menu - View commit details
-
Copy full SHA for a4ae1f7 - Browse repository at this point
Copy the full SHA a4ae1f7View commit details
Commits on Feb 28, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 7c71b07 - Browse repository at this point
Copy the full SHA 7c71b07View commit details
Commits on Mar 5, 2019
-
Fix flaky background events e2e test (#3331)
* reduce race condition so that async error throws before test is finished * fix snapshot * update snapshot * ensure async error isn't thrown more than once * fix async error file structure, disable supportFile * update snapshot * never resolve file to try to keep whitespace output consistent
Configuration menu - View commit details
-
Copy full SHA for b2a685a - Browse repository at this point
Copy the full SHA b2a685aView commit details
Commits on Mar 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 4687f3b - Browse repository at this point
Copy the full SHA 4687f3bView commit details
Commits on Mar 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6fac021 - Browse repository at this point
Copy the full SHA 6fac021View commit details
Commits on Mar 18, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 89d7ae2 - Browse repository at this point
Copy the full SHA 89d7ae2View commit details
Commits on Mar 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ca4d79f - Browse repository at this point
Copy the full SHA ca4d79fView commit details
Commits on Mar 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2e3f158 - Browse repository at this point
Copy the full SHA 2e3f158View commit details
Commits on Apr 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 05acda9 - Browse repository at this point
Copy the full SHA 05acda9View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ce81bad - Browse repository at this point
Copy the full SHA ce81badView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaef0f9 - Browse repository at this point
Copy the full SHA eaef0f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for edbd0a5 - Browse repository at this point
Copy the full SHA edbd0a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for c21e4ec - Browse repository at this point
Copy the full SHA c21e4ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9472488 - Browse repository at this point
Copy the full SHA 9472488View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9fa314f - Browse repository at this point
Copy the full SHA 9fa314fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4efdc71 - Browse repository at this point
Copy the full SHA 4efdc71View commit details -
Configuration menu - View commit details
-
Copy full SHA for e69b946 - Browse repository at this point
Copy the full SHA e69b946View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8ee129d - Browse repository at this point
Copy the full SHA 8ee129dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f14449 - Browse repository at this point
Copy the full SHA 9f14449View commit details
Commits on May 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 97ffa34 - Browse repository at this point
Copy the full SHA 97ffa34View commit details