JavaScript testing with the Jasmine Framework (v5.6.0)
SpencerBartz.com runs on Laravel 8, deployed to shared hosting.
To leverage the simplicity of the Jasmine Standalone example,
I've installed Jasmine in this project as a JS lib loaded by webpack mix as opposed to using
npm
locally and uploading node_modules/
.
The tests run automatically and the section below is updated with the results in real time.
The spec target is a 3rd party website: httpbin.org, a simple HTTP Request & Response Service. The spec source is included below the results for reference.