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
feat: add Web Test Runner framework and tooling (#1538)
* Web Test Runner POC
* Removes old test files and adds new test
* Updates generator for new tests
* Adds new test script and generator for new tests
* Adds new tooling to run tests
* Updates docs and wtr scripts.
* Updates readme to show test generator
* Fixes test script for pfe-select element
* Updates wtr glob so it doesn't select node_modules tests
* Adds caching for ms-playright
* Resolves merge conflicts
* Updates old react and vue tests to use a CDN instead of local libraries
* chore: Update builds to run in parallel; fix watch error (#1535)
* chore: Update builds to run in parallel; fix watch error
* chore: Add async support for watch tasks
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* docs: migrate 11ty config to the root of the project (#1542)
* chore: Update builds to run in parallel; fix watch error
* chore: Add async support for watch tasks
* docs: Resolve storybook error; migrate 11ty templates
* docs: Abstracting header and footer
* docs: Working through rendering issue
* docs: Remove build script
* docs: Update mkdir logic
* docs: Clean up templates
* docs: Update templates for imports
* docs: Updating the config
* docs: Remove doc-listing-inject for now
* docs: Update doc listing logic
* docs: Add a way to render the TODOS are JSON
* docs: Apply design suggestions from Dan
* docs: Updating READMEs
* docs: Updating CDN references
* docs: Update package and remove spandx config
* docs: Adjusting the watch script
* docs: Update build script
* docs: Adjust how packages are brought in so they are loaded in the head
* docs: Temporarily remove packages
* docs: Run build before storybook and docs
* docs: Update build flow
* docs: Change mkdir logic
* docs: Update script for build
* docs: Maintain link to demo pages in footer of production
* docs: Fix parallelization in watch task
* docs: Update README
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
* Fixes typo
* Updates per code review
* Updates the test echo now that we support single element watching
* Updates pfe-select test command to match the generator
* Adds changelong
* Changelog update
Co-authored-by: Zack Hawkins <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: [ Cassondra ] <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG-1.x.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
-
# 1.6.1 (2021)
1
+
# 1.7.0 (2021)
2
+
3
+
-[20cb906](https://github.com/patternfly/patternfly-elements/commit/20cb906b5bf3d9340097170d6be7bdacbb4b12a5) fix: Updating PFElement.log (aka this.log) so it logs arrays and objects, instead of converting them to strings
4
+
-[](https://github.com/patternfly/patternfly-elements/commit/) feat: Adds Web Test Runner which will eventually replace Web Component Tester
2
5
3
-
-[](https://github.com/patternfly/patternfly-elements/commit/) fix: Updating PFElement.log (aka this.log) so it logs arrays and objects, instead of converting them to strings
Copy file name to clipboardExpand all lines: docs/docs/develop/testing.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,7 +185,7 @@ Lastly, we can run the test command below to see how we did. I've added the `-p`
185
185
npm test pfe-cool-element -- -p
186
186
```
187
187
188
-
This command performs a build, starts up web component tester, and provides us a URL that we can copy and paste into the browser. The command line will give you a URL like this:
188
+
This command performs a build, starts up web component tester, and provides us a URL that we can copy and paste into the browser. The command line will give you a URL like this:
189
189
190
190

191
191
@@ -298,4 +298,4 @@ That's it for testing! Now that we've created our `pfe-cool-element` and all of
298
298
<pfe-cta>
299
299
<ahref="../pull-request">Next up: Open a pull request</a>
0 commit comments