forked from google/model-viewer
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
enable complex arguments for "npm run render-goldens" command (google…
…#4542) * enable complex line arguments for update-renderer command, including support for --missing-only, --quiet and --dry-run * remove debug messages. * allow setting the port. * support --scenario being a subset of the scenario name and case insensitive * add cli for render fidelity tests, allow dry run, quiet modes. * better description * enable quite mode in CI. add missing types for yargs * improve readme for new update-screenshots cli. * update readme with new "npm run test" CLI options. * rename "npm run update-screenshots" to "npm run render-goldens", more accurate name. * make which renderer you fidelity testing a CLI parameter, defaults to "model-viewer" * be clear which renderers are supported, just web-based ones. * update readme with new renderer choice for fidelity test. * remove debug code.
- Loading branch information
Showing
10 changed files
with
675 additions
and
351 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,4 +29,4 @@ jobs: | |
- name: Fidelity tests | ||
uses: GabrielBB/[email protected] | ||
with: | ||
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools | ||
run: npm run test --workspace=@google/model-viewer-render-fidelity-tools -- --quiet |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.