13 lines
257 B
JavaScript
13 lines
257 B
JavaScript
|
|
||
|
xdescribe('detection and renaming of templated file names', () => {
|
||
|
|
||
|
xtest('should detect screenshot pattern', () => {
|
||
|
|
||
|
})
|
||
|
xtest('should rename screenshot pattern', () => {
|
||
|
|
||
|
})
|
||
|
xtest('should give the folder where to store screenshots', () => {
|
||
|
|
||
|
})
|
||
|
})
|