Last change
on this file since 6a3a178 was 6a3a178, checked in by Ema <ema_spirova@…>, 3 years ago |
initial commit
|
-
Property mode
set to
100644
|
File size:
318 bytes
|
Rev | Line | |
---|
[6a3a178] | 1 | /**
|
---|
| 2 | * Generates a new, generic end-to-end test definition for the given or default project.
|
---|
| 3 | */
|
---|
| 4 | export interface Schema {
|
---|
| 5 | /**
|
---|
| 6 | * The name of the app being tested.
|
---|
| 7 | */
|
---|
| 8 | relatedAppName: string;
|
---|
| 9 | /**
|
---|
| 10 | * The HTML selector for the root component of the test app.
|
---|
| 11 | */
|
---|
| 12 | rootSelector?: string;
|
---|
| 13 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.