-
Notifications
You must be signed in to change notification settings - Fork 56
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature: remove Protractor dependency
- Loading branch information
1 parent
9be963b
commit e2e70ab
Showing
62 changed files
with
4,580 additions
and
1,738 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,7 +23,6 @@ | |
}, | ||
"globals": { | ||
"sap": true, | ||
"protractorModule": true, | ||
"Reporter": true | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
#### Upcomming | ||
* Support for SauceLabs reporting (Q3 2020) | ||
* Support for browser restart (Q3 2020) | ||
* Support for parallel browser sessions(Q4 2020) | ||
* BusinessApplicationStudio runner (Q4 2020) | ||
* Yeoman-based scaffolding support (console and BusinessApplicationStudio) (Q4 2020) | ||
* BusinessApplicationStudio yeoman-based context actions (Q1 2021) - in progress (March 2021) | ||
* BusinessApplicationStudio runner (Q1-Q2 2021) - in progress (March 2021) | ||
* Remove protractor dependecy, upgrade to latest WebDriverJS (Q1 2021) - in progress (March 2021) | ||
* Support for browser restart (Q2 2021) - depends on removal of protractor dep. | ||
* Support for parallel browser sessions(Q2 2021) - depends on removal of protractor dep. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
{ | ||
"chrome": { | ||
"latest": 87 | ||
"latest": 88 | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,4 +19,4 @@ describe('Browser tests', function() { | |
baseUrl: app.host + '/browser/index.html' | ||
}); | ||
}, 80000); | ||
}); | ||
}); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.