The repo exists to prevent submodule recursion. (Otherwise, this would be in browsertestjs/example
.)
The main project BrowserTestJS.
Example of using BrowserTestJS as a git submodule in a project.
BrowserTestJS
is added as a submodule in this example repo to demonstrate how
a project is recommended to implement the package and was added to this example
repo by using the command:
git clone [email protected]:Cyphrme/BrowserTestJS.git browsertest
git submodule add [email protected]:Cyphrme/BrowserTestJS.git browsertest
git submodule update --init --recursive --remote
(
cd browsertest
go run server.go
)
Tests also work on Github. For example, using this repo, the link is: https://cyphrme.github.io/BrowserTestJSExample/browsertest/browsertest.html
For an example of how to embed the BrowserTestJS
testing page directly in
another page, see iframe.html.example
.
BrowserTestJS and BrowserTestJSExample are released under The 3-Clause BSD License.
"Cyphr.me" is a trademark of Cypherpunk, LLC. The Cyphr.me logo is all rights reserved Cypherpunk, LLC and may not be used without permission.