Skip to content

Commit

Permalink
updates on doc
Browse files Browse the repository at this point in the history
  • Loading branch information
prashanth-sams committed Jul 24, 2019
1 parent 1dbe06a commit 134aa50
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ Prefix TestRail Case ID on start of your rspec scenario; say, `C860`
scenario 'C847 verify the Google home page to fail' do
expect(page).to have_content('Goo gle')
end
scenario 'C850 verify the Google home page to be pending' do
pending
end
scenario 'C853 verify the Google home page to skip' do
skip "skipping this test"
end
end
```
Expand Down

0 comments on commit 134aa50

Please sign in to comment.