mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 09:53:28 +02:00
Adding protractor.
This commit is contained in:
11
res/test/e2e/stfAppE2E-spec.js
Normal file
11
res/test/e2e/stfAppE2E-spec.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('stf app', function () {
|
||||
describe('App', function () {
|
||||
it('should show a list of devices', function () {
|
||||
|
||||
// TODO: let's get rid off the login first
|
||||
browser.get('http://localhost:7100/')
|
||||
|
||||
expect(true).toEqual(true)
|
||||
})
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user