-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force to set the
shouldSkip
flag to true
when a before hook fails…
… in Cypress 13 (#297) (#298) ### Fixed - fix(#296): Force to set the `shouldSkip` flag to `true` when a before hook fails in Cypress 13. ### Changed - docs(#295): Change installation example to ES6 import syntax - chore(deps): Update devDependencies
- Loading branch information
1 parent
d96250b
commit 0c88df3
Showing
30 changed files
with
5,174 additions
and
3,981 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,10 +11,10 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v3 | ||
uses: actions/checkout@v4 | ||
- name: Get NPM version is new | ||
id: check | ||
uses: EndBug/[email protected].1 | ||
uses: EndBug/[email protected].4 | ||
with: | ||
diff-search: true | ||
file-name: ./package.json | ||
|
@@ -27,10 +27,10 @@ jobs: | |
exit 1 | ||
- name: Get NPM version | ||
id: package-version | ||
uses: martinbeentjes/npm-get-version-action@v1.2.3 | ||
uses: martinbeentjes/npm-get-version-action@v1.3.1 | ||
- name: Check Changelog version | ||
id: changelog_reader | ||
uses: mindsers/[email protected].2 | ||
uses: mindsers/[email protected].3 | ||
with: | ||
version: ${{ steps.package-version.outputs.current-version }} | ||
path: ./CHANGELOG.md | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.