-
Notifications
You must be signed in to change notification settings - Fork 60
Open
Description
I have two modules in our Application and we have setup two areas for each of the module.
Ex:
Area1
- Apply
- Accepted
- Rejected
Similarly for Area2
- Apply
- Accepted
- Rejected
The following are the routes
- Area1/Apply/ActionMethod
- Area2/Accepted/ActionMethod
Using Seleno, I'm able to access routes without the Areas.
i.e., /Apply/ActionMethod
But I want to integrate Areas as well in the Seleno UI Functional testing project.
While initiating SelenoHost, I have configured routes as below
Instance.Run("ProjectName", portNumber,
config => config.WithRouteConfig(RouteConfig.RegisterRoutes)
);
Thanks in Advance.
Metadata
Metadata
Assignees
Labels
No labels