Guest User

Untitled

a guest
Mar 22nd, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. # MyCRT Code and Test: Hilary Schulz
  2.  
  3. ## File Descriptions
  4. - ```capture.tsx```: Front-end code for a specific capture's page. This includes the tabular view for viewing capture information, comparing metrics, and viewing associated replays.
  5. - ```graph_comp.tsx```: React component for displaying graphs of a specific metric type and downloading their data. Also, holds logic for whether the graph should be a line chart or area chart.
  6. - ```selenium.test.ts```: Selenium test using a headless chromedriver to test the dropdown functionality for selecting more than one metric graph to display at a time on the capture page.
Add Comment
Please, Sign In to add comment