Update dependency @cypress/schematic to v3 #1277
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
^2.5.2
->^3.0.0
Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
cypress-io/cypress (@cypress/schematic)
v3.0.0
: 3.0.0Compare Source
Released 5/29/2018
Summary:
node
. This will make it easy to setup, scaffold, seed, talk to your database, or anything else useful on a backend.cypress run
we now run each spec file in isolation from others. We have rewritten our reporter to provide more details and provide a summary of the run at the bottom.--record
mode and are beginning to offer the first analytics and insights into the health of your tests on our Dashboard service.Breaking Changes:
CYPRESS_BINARY_VERSION
has been removed. You should use the equivalent environment variableCYPRESS_INSTALL_BINARY
instead.CYPRESS_SKIP_BINARY_INSTALL
has been removed. To skip the binary install, setCYPRESS_INSTALL_BINARY=0
.screenshotOnHeadlessFailure
has been removed as an option incypress.json
. Instead you can now control this behavior directly with code by settingscreenshotOnRunFailure
tofalse
within the new Screenshot API. Fixes #1140 and #1754.trashAssetsBeforeHeadlessRuns
has been renamed totrashAssetsBeforeRuns
in our configuration. Fixes #1754.videoRecording
has been renamed tovideo
in our configuration to be clearer and prevent confusion about recording to our Dashboard. Fixes #562.circle.yml
file. Fixes #1592.before
andafter
hooks within a support file now run before/after every spec file, instead of only once before/after the entire run. #681Features:
node
code.--spec
argument ofcypress run
. Fixes #263, #416 and #681.example_spec.js
file has been replaced by anexamples
folder with several spec files. This more closely reflects the recommended use of Cypress - as smaller groups of tests split among many files that will now be run in isolation. The tests were also updated from ES5 to ES6. You can see all changes in thecypress-example-kitchensink
repo Fixes #1460.plugins file
's entire dependency tree to make iterating on plugins easier. Fixes #1407.spec
file that it represents. Fixes #980.skipped
tests differently thanpending
tests. #244.skipped
tests within the summary output duringcypress run
. #1559.cypress run
. #494.cypress run
. #833.Bugfixes:
media="print"
. Fixes #1568.window
was being returned instead of AUT'swindow
. Fixes #1436.close
event now properly fires onfile
when manually closing the browser. Fixes #1560.cypress.env.json
is now being watched for changes. Fixes #1464..type()
and.clear()
when typing into non-typeable elements or clearing non-clearable elements to accurately list the elements allowed. Fixes #1650.--disable-blink-features=RootLayerScrolling
to prevent the application under test from "shaking" in recent versions of Chrome. Fixes #1620.cypress run
. Fixes #1143 and #1550.cypress run
about a "transparent titlebar" setting. Fixes #1745.Misc:
NO_COLOR=1
environment variable. Fixes #1747 and #1748.cypress run --record
on forked PR's, we now detect that the Record Key is missing and do not fail the build. We will display a warning, but continue running the tests. Fixes #1193..as()
was defined starting with the@
character. #1643.--disable-device-discovery-notifications
flag automatically. This should prevent Chromium browser from automatically trying to communicate with devices in your network, such as printers, while running tests. Fixes #1600.cypress.open()
orcypress.run()
through the Module API, just as you would from the command line. #1442.Cypress.off
andCypress.log
. Fixes #1110 and #1591.duration
option. Fixes #1606.NODE_OPTIONS
environment variables now print within thecypress:cli
logs when running inDEBUG
mode. Although usingNODE_OPTIONS
themselves should not be used due to #1676. Fixes #1673.cypress run
. Fixes #1585.it
and any accompanyinghooks
that run before or after a test. Cypress will correctly associate failures in those hooks to the test itself. We believe this more accurately models and just "makes sense". Fixes #1163.200
pixels to20
pixels. Fixes #1169 and #1444.headed
andheadless
to be more specific and instead referencerun mode
andinteractive mode
. Fixes #1140.cypress.json
. Fixes #1783.Documentation Changes:
cy.task()
docScreenshot API
doccy.screenshot()
doc to include new accepted usage and optionsInstalling Cypress
doc to include new options for Cypress binary cachingWriting and Organizing Tests
to include newly seededexamples
foldercypress run
spec argsDashboard Service
Launching Browsers
to include our disabling of device discovery notificationsPreprocessors
to reflect all waysclose
event could be triggeredcypress run
"Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.