-
Notifications
You must be signed in to change notification settings - Fork 26
Figure out how to set up automatic testing 😅 #28
Comments
what I've learned so farplainlanguage.gov uses a Circle CI implementation that’s a very basic html check plus a few other things and would probably work fine for us. This is the html proofer – https://github.com/gjtorikian/html-proofer Unless someone else object, I think this is probably our best path forward and is probably |
OMG, thank you for digging this up. |
@jeremyzilar All I did was ask in #dev. :D and @hursey013 is the person who is giving me tips. :D He sez – "if you have a config.yml in the root of your project, then you basically just connect your github account with circleci, add the project repo, hit build, and it’ll find the circle.yml" |
So I've merged the I do get an error bc htmlproofer is not installed, but it's called in our circle.yml file. I think once someone does that (@thisisdano maybe?) we will be good! I will update the "install automatic tests" ticket with these details and move the card into Ready. (I'm only doing this on a Saturday because I realized I left this half done yesterday and figured it'd only take five minutes). |
@carodew you'll want to add htmlproofer to your Gemfile, like so https://github.com/GSA/plainlanguage.gov/blob/master/Gemfile#L6 |
@carodew I added this into the |
it should include …
it's done when …
Does not include actually setting up the automatic testing, we'll do that in a separate issue.
outstanding questions
The text was updated successfully, but these errors were encountered: