Skip to content

Commit

Permalink
html and js support
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-bromann committed Feb 3, 2024
1 parent 26c540f commit 26e6617
Show file tree
Hide file tree
Showing 11 changed files with 197 additions and 76 deletions.
4 changes: 4 additions & 0 deletions examples/consoleLog.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<script type="module">
console.log(document.querySelector('b').textContent);
</script>
<b>!Hello World!</b>
2 changes: 2 additions & 0 deletions examples/consoleLog.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
console.log('Hello, World!')
console.log(window.navigator.userAgent);
50 changes: 3 additions & 47 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"vitest": "^1.2.2"
},
"dependencies": {
"vite": "^5.0.12",
"webdriverio": "^8.29.7"
}
}
Loading

0 comments on commit 26e6617

Please sign in to comment.