Hi,
When trying to run the channel behavior Analysis I can see that the test are not ran in the correct order.
Instead of running in order 1,2,3,4,5,6 it runs 3,5,1,4,2,6
The problem is that test 1 and 6 are sign in / sign out scripts
# | Test title | Status | Severity | Category | Requirements | Actions |
1 | beforeAll | Pass | Info | Setup | | |
2 | Channel Launch Performance | Pass | Info | Performance | 3.2 | |
3 | Channel Deep Linking Basic | Error | Error | Deep Linking | 5.1 | |
4 | Channel Deep Linking Basic | Pass | Info | Deep Linking | 5.1 | |
5 | Channel Content Play Performance | Error | Error | Performance | 3.6 | |
6 | afterAll | Pass | Info | Teardown | | |
Any ideas why?