Modify Gluon to Run Cypress and Script Tests Simulaneously
Currently, gluon will run Cypress tests and then only run the script tests after Cypress completes. Ideally, we should be running them at the same time to reduce time taken for tests. We may need to get with each Mission Team or possibly create an issue for each Mission Team to have them review their tests and make sure there are no interdependencies. There is already a known issue with this for gitlab (gitlab#233 (closed)), but there may be more. Once those hurdles have been removed, we should be able to improve testing efficiency here.