mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-08-03 19:44:13 -04:00
Added boilerplate for running end-to-end tests.\nThis is done using Protractor, which looks for a .gitignored file environment-protractor.js which contains the selenium endpoint url.
This commit is contained in:
parent
e68dc04900
commit
e3152188ef
5 changed files with 30 additions and 6 deletions
6
webclient/test/protractor.conf.js
Normal file
6
webclient/test/protractor.conf.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
var env = require("./environment-protractor.js");
|
||||
|
||||
exports.config = {
|
||||
seleniumAddress: env.seleniumAddress,
|
||||
specs: ['e2e/*.spec.js']
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue