Directory structure usage
Publié : lun. janv. 16, 2017 11:55 am
Hi,
I have a question with directory structure :
- suppose we have resources/dir1/dir2/filea.sah and tests/dir1/dir2/filea.ta
- I am using
===
LOAD dir1/dir2/filea.sah AS sahiParameteredTestSource
CONVERT sahiParameteredTestSource TO script.sahi(script) AS Testxxx.sahi
LOAD testfirefox.properties AS testff.file
TEST :
EXECUTE execute WITH Testxxx.sahi ON SUT USING testff.file AS XXXXX.result
But it seems not to be able to read the correct content.
Is there something I should do in order to use the correct file ?
> LOAD dir1/dir2/filea.sah AS sahiParameteredTestSource
[DEBUG] Loading SCOPE_TEST:dir1/dir2/filea.sah
[DEBUG] Not in cache: try to load it.
[INFO] URLRepository : could not load resource 'dir1/dir2/filea.sah' from repository 'file:src/squashTA/resources' : malformed url
I have a question with directory structure :
- suppose we have resources/dir1/dir2/filea.sah and tests/dir1/dir2/filea.ta
- I am using
===
LOAD dir1/dir2/filea.sah AS sahiParameteredTestSource
CONVERT sahiParameteredTestSource TO script.sahi(script) AS Testxxx.sahi
LOAD testfirefox.properties AS testff.file
TEST :
EXECUTE execute WITH Testxxx.sahi ON SUT USING testff.file AS XXXXX.result
But it seems not to be able to read the correct content.
Is there something I should do in order to use the correct file ?
> LOAD dir1/dir2/filea.sah AS sahiParameteredTestSource
[DEBUG] Loading SCOPE_TEST:dir1/dir2/filea.sah
[DEBUG] Not in cache: try to load it.
[INFO] URLRepository : could not load resource 'dir1/dir2/filea.sah' from repository 'file:src/squashTA/resources' : malformed url