Skip to content

Team Activity Tracker Chrome Extension

Latest
Compare
Choose a tag to compare
@trevdevv trevdevv released this 12 Jun 02:31
15413e8

The new features include:

  • Unit testing
    • Jest/React Testing Library
    • 90% Code Coverage

  • End to End Testing
    • Jest/Puppetter
    • Test all features of our chrome extension
  • Pipeline upgrades
    • Codacy Reports
    • Code coverage must be > 90% to pass
    • E2E w/ puppeteer has been added
    • Reordered the pipeline order so linters are first to run, and if they fail the pipeline stops
  • Updated Readme
    • Includes how to get started if your a new developer
    • Demo of timeline/checkin feature
    • Demo of create/join/delete teams
    • An external link to a demo of our entire feature set
    • Team member list
    • Feature set
  • Bug fixes
    • Fixed issue with joining teams bug