Skip to content

Component testing framework docs #3883

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

Merged
merged 26 commits into from
May 6, 2021
Merged
Show file tree
Hide file tree
Changes from 13 commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
c948f89
wip: component testing framework docs
lmiller1990 Apr 27, 2021
f6c2c30
Merge branch 'master' into component-testing-framework-docs
lmiller1990 Apr 27, 2021
635c512
add guides on next.js with webpack 4 and 5
lmiller1990 Apr 28, 2021
61e6391
add more details about nextjs
lmiller1990 Apr 28, 2021
7dd8317
docs: add info about Vue CLI
lmiller1990 Apr 29, 2021
71f985b
docs: Vue 3
lmiller1990 Apr 29, 2021
00f115f
docs: document Nuxt
lmiller1990 Apr 29, 2021
fc1f127
docs for Vite
lmiller1990 Apr 29, 2021
acbacd1
Update content/guides/component-testing/framework-specific-guides.md
lmiller1990 Apr 30, 2021
0339c4d
update title of page
lmiller1990 Apr 30, 2021
17f3677
fix tests
lmiller1990 Apr 30, 2021
18be3e6
docs: add example projects
lmiller1990 May 5, 2021
96aa0dc
add file location as comment:
lmiller1990 May 6, 2021
059a493
fix: alert box formatting
amirrustam May 6, 2021
7be1bbf
fix: spelling and typos
amirrustam May 6, 2021
1bc0658
fix: npm install dev dep cli arg
amirrustam May 6, 2021
32dc45a
formatting: wrap note in alert box
amirrustam May 6, 2021
926c555
fix: npm install dev dep cli arg
amirrustam May 6, 2021
51df68f
formatting: add note for vue cli dep
amirrustam May 6, 2021
fc9e68a
formatting: make pwa caveat a warning alert
amirrustam May 6, 2021
c9d99fa
fix: npm install dev dep cli arg
amirrustam May 6, 2021
2be3f34
formatting: wrap next dep note in info box
amirrustam May 6, 2021
78b455e
formatting: making nextjs caveat an warning alert
amirrustam May 6, 2021
3ec21b3
fix: grammar
amirrustam May 6, 2021
36ff08b
fix: npm install arg
amirrustam May 6, 2021
e5ce98a
formatting: wrap nuxt dep note in info alert box
amirrustam May 6, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions content/_data/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@
"web-security": "Web Security",
"references": "References",
"component-testing": "Component Testing",
"framework-configuration": "Framework Configuration",
"configuration": "Configuration",
"experiments": "Experiments",
"proxy-configuration": "Proxy Configuration",
Expand Down
3 changes: 2 additions & 1 deletion content/_data/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@
"aws-codebuild": "aws-codebuild.html"
},
"component-testing": {
"component-testing-introduction": "introduction.html"
"component-testing-introduction": "introduction.html",
"framework-configuration": "framework-configuration.html"
},
"tooling": {
"IDE-integration": "IDE-integration.html",
Expand Down
Loading