We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Updated Developers Guide (markdown)
Remove " -- " for pnpm
Fixed pmpn instructions
pnpm instead of npm
showError/showWarning instead of pubsub
s/isReady/ready
Remove needless header
Fix headers
update port, respecIsReady
npm start flag is renamed to `browser` from `browsers`
Describe profiles
Boot a browser when starting up in Quickstart
improve developers guide - more detailed `npm start` - explain `run()` better - style nits (backticks instead of double quotes)
dev-guide: style nits
Run all files through prettier Why? To make all files consistent. Changes can be summarized as: - Remove trailing whitespace - Added EOF newlines - Added newlines between headings and other content - Added semicolons, commas in JS snippets - Formatted all other snippets - Formatted tables (headers are as wide as widest column) - Use - for list markers instead of * - Fix some invalid HTML (i.e., adding missing closing tags) - Changed some snippets for consistency
tell about using headless browsers for testing
add missing backtick
Update description of where profiles are
Update testing description
Format document
Link to karma
update profile and testing details