Team 5 code repository
- Dushyant Patel - Lead
- Karissa Jacobsen - Co-lead
- Brian Orensztein - Quality Assurance
- Alex Iqbal - DevOps
- Yufeng Gao - DevOps
- Philip Kim - Tool & Utility
- Danny Fung - Tool & Utility
- Kevin Barron - Coder
- John Lu - Coder
- Rachel Barrow - Coder
Learn more about us at our team website here
- Make sure you have Node Package Manager (npm) installed.
- Clone the repo/pull from the branch master
- Download all necessary dependencies locally
npm install
- To get familiar with our repository, please read our API documents here
- If you want to try out our web components, please observe our storybook here
- Read our onboarding doc to begin contributing!
To run all the unit and integration tests:
npm test
ornpm run test
A much more detailed guide and explanation to Unit Testing can be found here
A much more detailed guide and explanation to Integration Testing can be found here
To run all the browser tests:
npm run browsertest
- You may need to set up the SauceLabs access key and username environment variables locally.
A much more detailed guide and explanation to Browser Testing and how to set up the variables can be found here
We would like to thank SauceLabs for supporting open source projects like ours.