60 min | Discussion | Everyone | E2E Testing capabilities Unsure about capabilities for removing a tenant via API Testrail tests are run once per release as a crowd-sourced event. Anton posts the link to the test rails instance. One website is running previous release, and other is running next release Environments are “bugfest-goldenrod.folio.ebsco.com” and bugfest-honeysuckle.folio.ebsco.com” Data is migrated from golden rod to honeysuckle In Q1 system is built from UChicago data set In Q2 (golden rod) we migrated the original dataset, then decommissioned In Q3 we will migrate Q2 over to to the Q3 release
Next year, we will have three releases instead of four, but in both cases this test rail is the final QA event. Data is not refreshed. Main objective was to have an enormous data set. You cannot have real user data in the system at all, and so there may be a different class of bugs that arise based on an accumulation of usage data in the production environment, but we cannot lift the dataset from a library. Tenant that being used for TestRail test is nowhere close to real tenant, so more like a unit test.
Nightmare testing platform-core/test/ui-testing/*.js contains most tests, Most is navigating around from one place to the next making sure the UI is ready Helpers from stripes testing library Hard to know when you’re in nightmare and when you’re in the browser Some cleanup happens, but not a whole lot Run as part of the nightly provisioning script, only run against nightly deploy (unless developing)
Questions / Solutions |