Skip to content
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

feat: binary wrapper around @web/dev-server to host the report #112

Merged
merged 1 commit into from
Aug 2, 2023

Conversation

dlockhart
Copy link
Member

No description provided.

@dlockhart dlockhart requested a review from a team as a code owner August 2, 2023 13:59
@@ -6,16 +6,16 @@
"repository": "https://github.com/BrightspaceUI/testing.git",
"scripts": {
"lint": "eslint . --ext .js",
"start": "web-dev-server --root-dir ./.vdiff --open ./.report/",
"start": "npx d2l-test-vdiff-report",
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Might want to ditch this too.

"test": "npm run lint && npm run test:bin && npm run test:server && npm run test:browser",
"test:bin": "mocha './test/bin/**/*.test.js'",
"test:browser": "npx d2l-test-runner --files './test/browser/**/*.test.js'",
"test:server": "mocha './test/server/**/*.test.js'",
"test:vdiff": "npx d2l-test-runner --config ./test/browser/vdiff.config.js --group vdiff",
"test:vdiff:golden": "npm run test:vdiff -- --golden"
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed test:vdiff:golden since the npm run test:vdiff -- --golden seems just as good?

@dlockhart dlockhart merged commit 4fdf1e4 into main Aug 2, 2023
1 check passed
@dlockhart dlockhart deleted the dlockhart/report-bin branch August 2, 2023 17:39
@ghost
Copy link

ghost commented Aug 2, 2023

🎉 This PR is included in version 0.26.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@ghost ghost added the released label Aug 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants