-
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
Add new event 'page:error' #3244
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 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 41c4f2f - Browse repository at this point
Copy the full SHA 41c4f2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d68bcc - Browse repository at this point
Copy the full SHA 1d68bccView 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 -
Configuration menu - View commit details
-
Copy full SHA for babc46f - Browse repository at this point
Copy the full SHA babc46fView commit details
Commits on Feb 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 566d57f - Browse repository at this point
Copy the full SHA 566d57fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00cf798 - Browse repository at this point
Copy the full SHA 00cf798View commit details