Status: New
Owner: ----
Labels: Type-Enhancement Priority-Medium

New issue 1535 by Marcin.Koperski: Improve robotframework start
http://code.google.com/p/robotframework/issues/detail?id=1535

I notice that current construction of robotframework start command inside ride its take a lot of time (when %startLocation% contains a lot of test cases in our cases is around 10MB). For execution following example it take around 1min, (test itself take less then second)
pybot.bat -o none --argumentfile argfile.txt %startLocation%
content of argfile.txt
--test
Robot Project New Format.#aFastStart.DB Test.sample

But for example when run command is a little different with putting explicate path to files with test cases
pybot.bat -o none --argumentfile argfile.txt
content of argfile.txt
%startLocation%\#aFastStart\ DB_Test.tsv


It’s take less then second.

Maybe it’s possible to change construction of ride argumentfile so test will be put in more explicate way
Example.
%startLocation%\#aFastStart\ DB_Test.tsv|sample
%startLocation%\#aFastStart\ DB_Test.tsv|second test case

Without need to check whole %startLocation%

some more detial in this issue.
http://code.google.com/p/robotframework-ride/issues/detail?id=1268

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--

--- You received this message because you are subscribed to the Google Groups "robotframework-commit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to robotframework-commit+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to