一大坨垃圾正在前进
This commit is contained in:
11
html/tests/e2e/example.js
Normal file
11
html/tests/e2e/example.js
Normal file
@@ -0,0 +1,11 @@
|
||||
describe('My First Test', function () {
|
||||
before((browser) => {
|
||||
browser.init()
|
||||
})
|
||||
|
||||
it('visits the app root url', function () {
|
||||
browser.assert.textContains('h1', 'You did it!')
|
||||
})
|
||||
|
||||
after((browser) => browser.end())
|
||||
})
|
||||
Reference in New Issue
Block a user