Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Remove E2E tests in favour of automation tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Jul 27, 2023
1 parent 43422e2 commit 5978439
Show file tree
Hide file tree
Showing 20 changed files with 1 addition and 1,071 deletions.
4 changes: 0 additions & 4 deletions Source/OEXAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ - (BOOL)application:(UIApplication*)application didFinishLaunchingWithOptions:(N
});
return YES;
}
if([[NSProcessInfo processInfo].arguments containsObject:@"-END_TO_END_TEST"]) {
[[[OEXSession alloc] init] closeAndClearSession];
[OEXFileUtility nukeUserData];
}
#endif

// logout user automatically if server changed
Expand Down
18 changes: 0 additions & 18 deletions Test/EndToEnd/Code/AppInteractor.swift

This file was deleted.

18 changes: 0 additions & 18 deletions Test/EndToEnd/Code/AppLaunchInteractor.swift

This file was deleted.

24 changes: 0 additions & 24 deletions Test/EndToEnd/Code/EndToEndConfig.swift

This file was deleted.

35 changes: 0 additions & 35 deletions Test/EndToEnd/Code/EnrolledCoursesInteractor.swift

This file was deleted.

65 changes: 0 additions & 65 deletions Test/EndToEnd/Code/FeatureTestCase.swift

This file was deleted.

43 changes: 0 additions & 43 deletions Test/EndToEnd/Code/FindCoursesInteractor.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Test/EndToEnd/Code/FindCoursesTestCase.swift

This file was deleted.

22 changes: 0 additions & 22 deletions Test/EndToEnd/Code/LoginFeatureTestCase.swift

This file was deleted.

42 changes: 0 additions & 42 deletions Test/EndToEnd/Code/LoginScreenInteractor.swift

This file was deleted.

77 changes: 0 additions & 77 deletions Test/EndToEnd/Code/NSUUID+Username.swift

This file was deleted.

Loading

0 comments on commit 5978439

Please sign in to comment.