Currently, browser automation tests are spread across overall_1.rs and overall_2.rs, since more than ~3 parallel tests caused test failures. It looks like Safari supports only 1 test at a time. Given this rewrite, we can now place all tests in the same binary, though probably still putting each test in a separate file.
Currently, browser automation tests are spread across
overall_1.rsandoverall_2.rs, since more than ~3 parallel tests caused test failures. It looks like Safari supports only 1 test at a time. Given this rewrite, we can now place all tests in the same binary, though probably still putting each test in a separate file.