-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
I have written some xctests with SeleniumForiOS.framework added to my testing project.
After I started the tests, as always, the simulator launched.
Then in the setUp method, the test created the remote web driver (same as in the SeleniumTests example) as below:
self.driver = [[SERemoteWebDriver alloc] initWithServerAddress:@"IPADDRESS" port:4723 desiredCapabilities:c requiredCapabilities:nil error:&error];
Here comes the problem. The server started a new session and KILLED the simulator launched by the tests. As a result, the test failed and ended. Then the server relaunched the simulator but my tests have already ended!
Do you have an example of how the entire configuration should be done? Thanks!
Metadata
Metadata
Assignees
Labels
No labels