mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-27 19:23:35 -05:00
Looking at protractor as a possible option. It does end-to-end testing, which may be redundant with QA's work, but it may also be exactly what's needed.
5 lines
94 B
Plaintext
5 lines
94 B
Plaintext
exports.config = {
|
|
seleniumAddress: 'http://localhost:4444/wd/hub',
|
|
specs: ['e2e/*.js']
|
|
}
|