intern-tutorial
intern-tutorial copied to clipboard
Learn how to use Intern by following this tutorial!
## Expected behavior In the Readme, the before block in a functional suite should take a SuiteLifecycleFunction, which returns PromiseLike. ## Current behavior The readme shows the function passed to...
Create a tutorial showing how to use the accessibility plugin with Intern 4 https://github.com/theintern/intern-a11y
Create a tutorial showing how to use the Visual Regression Testing plugin with Intern 4 https://github.com/theintern/intern-visual
The tutorial documentation and code should be updated to focus on Intern 4.
I tried to run the tutorial code towards BrowserStack, but nothing happened after the tunnel was created. No session appeared in the BrowserStack session interface. However, after adding host to...
Is this an issue with the tutorial or just my environment? ### Steps for Repro 1. Install tutorial via `git clone https://github.com/theintern/intern-tutorial.git` 2. switch to tutorial directory `cd intern-tutorial` 3....
Changes to be committed: modified: README.md It took me a few minutes to realize that "you don’t need Node.js to be installed at all to use `client.html`" did **NOT** mean...
I followed the tutorial, but when running `node_modules/.bin/intern-runner config=tests/intern` I get `Error: The tunnel reported: You provided an invalid key`. What does that mean? How to fix it?