Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9140289
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:29:48+00:00 2026-06-17T09:29:48+00:00

How can I do the scenario below: (the purpose is to be able to

  • 0

How can I do the scenario below: (the purpose is to be able to run all selenium scripts I have or only run some scripts I want if I pass test files as arguments from terminal window with the below code and scenario:

if test files are passed in terminal window
then system will run below codes:

scripts = ENV[scripts].plit(',')
FileList[scripts].each { |file|
system("ruby #{file} > #{directory_name}/#{file}.out")}

if test files are NOT passed in terminal window (it means I want to run all scripts I have in my test suite), then system will run below codes:

FileList['test*.rb'].each { |file|
system("ruby #{file} > #{directory_name}/#{file}.out")}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T09:29:49+00:00Added an answer on June 17, 2026 at 9:29 am

    If I understand correctly, can you just use an if statement?

    task :default do
      if ENV[scripts]
        scripts = ENV[scripts].split(',')
        FileList[scripts].each { |file|
        system("ruby #{file} > #{directory_name}/#{file}.out")}
      else
        FileList['test*.rb'].each { |file|
        system("ruby #{file} > #{directory_name}/#{file}.out")}
      end
    end
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

can any one help me in generating query for the below scenario? i have
Can anyone tell me how to achieve the below scenario: I have a windows
I have some scenario like below : /** * @ORM\Entity * @ORM\Table(name=role) */ class
How can I check the duplicate signatures before adding. In the below scenario, I
I have a scenario where combobox can have same string values. for exa combo
I have a particular scenario in my application where some content (coming from service)
In the scenario below, how can I get references to the variables declared during
I’m trying to determine a good way to handle the scenario below. I have
Based on the information I have provided below, can you give me your opinion
I am confused about QByteArray data. Can someone please explain the below scenario for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.