You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_INSTRUCTIONS.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ This is an automated testing tool for projects that were generated by the Aureli
4
4
1. open the terminal, go into an empty directory and run `au generate-skeletons`
5
5
2. from the CLI repository folder, run `gulp release-check --path C:/Development/Aurelia/TestApps --latest-cli-url aurelia/cli#master`, substituting the path with the correct one.
6
6
* Note, on Windows, run PowerShell with "run as administrator".
7
-
3. Select for which projects you would like to run the tests
7
+
3. Select for which projects you would like to run the tests.
8
+
* To test all projects automatically, add `--all` to previous command.
9
+
* To test subset projects automatically, add `--select requirejs,babel` (only tests projects using requirejs and babel) to previous command.
8
10
4. Wait until tests complete
9
11
5. in the CLI repository folder there is now a release-checks-results folder containing the output and other artifacts, such as screenshots. Check these screenshots to make sure that pages have rendered correctly
0 commit comments