-
-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow outer shebangs so FQL files can be used as scripts #603
Comments
Hey, Thank you for your kind words. Indeed, you can use Ferret for UI testing and it's one of the project's goals! I started working on improving our website and documentation, so there will be new articles and guides that will cover both cases - scraping and testing. |
I totally forgot that we do have a blog post about Lab - check it out. |
Ha ! Great post indeed, thanks ! I skipped it when it was published because I wasn't feeling much concerned back then, then totally forgot about it... |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Hey,
let me start by expressing my gratitude for your efforts into this nice project !
Correct me if I'm wrong, but I think Ferret is greatly overlooked for front-end testing of Web applications... it might bring more visibility to describe it as suitable for both web scrapping and testing, what do you think ?
Anyway, I'm intending to use it for front-end testing in my current project. What I have in mind is to write each test as a set of FQL instructions, and to organize the tests themselves as targets in a justfile file, i.e. leveraging Just which is, in a nutshell, a build automation tool with a simple syntax.
A great addition to this workflow would be the ability for Ferret to consider FQL files as scripts. This would allow my justfile to look like:
Incidentally, Just is capable of that, so I can provide you with a link so you figure out how it was implemented -- sorry for not being able to give you an example in Go, I'm more of a rustacean.
Well, I hope you'll consider adding this feature, and in any case I'd be interested in having your thoughts about it.
Cheers !
The text was updated successfully, but these errors were encountered: