Skip to content
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

Update README.md #129

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,17 +82,15 @@ Select the ones you will like to work with.
If you already know which frameworks you want to use, you can do:

```ruby
raider new [name_of_project] p framework : [framework] automation : [automation_type]
raider new [name_of_project] -p framework:[framework] automation:[automation_type]
```

An example of the command above would be:

```ruby
raider new test_project p framework : rspec automation: selenium
raider new test_project -p framework:rspec automation:selenium
```

Where [frameworks] is a comma separated list of the frameworks you want to use.

### Ruby raider provides the following list of basic commands

###### Anything between square brackets([...]) is where your imput goes
Expand Down
Loading