-
Notifications
You must be signed in to change notification settings - Fork 35
02 17 2021 Meeting
Adam De Fouw edited this page Feb 19, 2021
·
24 revisions
Meeting Minutes > 01/13/2022 Meeting
-
Test Spec Assignment Review
-
New Section on the Wiki
- Technical Discussion & Strategy
- https://github.com/aldefouw/redcap_cypress/wiki/Technical-Discussion-&-Strategy
- Seeding Strategy
- Discussion of the Pros and Cons of strategies
- Technical Discussion & Strategy
-
Best Practices for Waiting for Element to Appear
- Andrew Poppe had some great examples in his latest pull request
- https://github.com/aldefouw/redcap_cypress/pull/53
-
Please see Framework Roadmap for more details: https://github.com/aldefouw/redcap_cypress/wiki/Framework-Roadmap
-
Database Seeding:
- Proposed strategy:
- Issue the
cy.base_db_seed()
before every GROUP of assertions (i.e. before() block of each .js file with group of tests) - This will allow us to have a known database state before starting a group of tests (which are typically authored by a single person who can handle the database state within that group of assertions)
-
Question of whether we should examine export files came up. A Technical Discussion topic has been created to discuss this here: Analysis of Export Files
-
Andrew Poppe mentioned that he's investigating additional resources for accelerating our work on testing
- Adam De Fouw
- Andrew Poppe
- Ashlyn Hussey
- Christopher Schubert
- Tintin Nguyen