What needs to get done for v1?
- Guides
- Tutorials
- BigTest React helpers
- We need a visit helper for all the frameworks
- Update docs site / remove the current doc generator site
- What about a11y?
- Find an OSS React app
- Ship your PageObjects with your component
- Talk to people / demo BigTest
- What pain are we solving?
- Timing
- What pain are we solving?
- Find an OSS ember app
- Mocha
- Qunit
- Any tool that has a CLI we should integrate into
- Ember
- Angular
- Vue
- Update docs site / remove the current doc generator site
- API server —> middleman
- Use percy
- Guides
- Getting started / Quick start
- What is different about BigTest? (Learning)
- Introduction to convergences
- Composable convergences
- Interacting with the DOM
- Advanced usage of Page Objects
- Chaining interactions
- Stubbing your API
- STATS!!!!! Using those to improve your test suite?
- Debugging with stats
- Tuts
- Using @BigTest/[*-package] (all packages)
- Getting setup with Karma
- What does it look like to run with Jest?
- What does it look like to run with Testem?
- What does it look like to run with Ava?
- Deprecate
oncein favor ofwhen - Does
alwaysneed to be renamed too? - Add a pause method
- Make
dohandle other convergences - Support
async/await - (v2?) Named convergences
typeablepropertyhasClasswork with css modulesevery,some,noneproperties- …properties
- Explore merging this upstream so we’re not maintaining a fork
- Include Sinon & chai by default
- Import everything from
@bigtest/mochathat you can import frommocha - Auto register chai plugins (if we can)
- Make it happen (figure out the remaining work)
- Include Sinon by default