-
Notifications
You must be signed in to change notification settings - Fork 779
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
Tests to ensure build generated files exist (PR #1133) #1117
Comments
4 tasks
jeeyyy
changed the title
Tests fo ensure build generated files exist
Tests to ensure build generated files exist
Aug 31, 2018
jeeyyy
changed the title
Tests to ensure build generated files exist
Tests to ensure build generated files exist (PR #1133)
Sep 12, 2018
PR - #1133 |
WilcoFiers
pushed a commit
that referenced
this issue
Sep 26, 2018
This PR introduces a new task which ensures, existence of a given set of files. In this case it checks, for `axe.***.js` files for all langs specified. If the build generated files do not exist, a fatal error is thrown. Also, the same files are checked for existence as a part of `prepublishOnly` step. <img width="504" alt="screen shot 2018-09-12 at 08 54 26" src="https://user-images.githubusercontent.com/20978252/45410410-85f44680-b669-11e8-9649-8d02dc4bb3df.png"> Closes issue: - #1117 ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: @WilcoFiers
Danidude
pushed a commit
to tingtun/axe-core
that referenced
this issue
Nov 1, 2018
This PR introduces a new task which ensures, existence of a given set of files. In this case it checks, for `axe.***.js` files for all langs specified. If the build generated files do not exist, a fatal error is thrown. Also, the same files are checked for existence as a part of `prepublishOnly` step. <img width="504" alt="screen shot 2018-09-12 at 08 54 26" src="https://user-images.githubusercontent.com/20978252/45410410-85f44680-b669-11e8-9649-8d02dc4bb3df.png"> Closes issue: - dequelabs#1117 ## Reviewer checks **Required fields, to be filled out by PR reviewer(s)** - [x] Follows the commit message policy, appropriate for next version - [x] Has documentation updated, a DU ticket, or requires no documentation change - [x] Includes new tests, or was unnecessary - [x] Code is reviewed for security by: @WilcoFiers
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add some test cases to ensure, build generated files exist in
axe-core
.The text was updated successfully, but these errors were encountered: