Skip to content

Instantly share code, notes, and snippets.

@shinglyu
Created April 28, 2015 07:21
Show Gist options
  • Save shinglyu/c6c076d39fd93fed81fc to your computer and use it in GitHub Desktop.
Save shinglyu/c6c076d39fd93fed81fc to your computer and use it in GitHub Desktop.
moztrap-cli create new case syntax
TEST THAT fxos.rocketbar.search-provider.0
WHEN I search "star trek" using Yahoo
THEN The search page of Yahoo that searches "star trek" is shown correctly
=====
TEST THAT fxos.rocketbar.search-provider.1
WHEN I search "star wars" using Google
THEN The search page of Google that searches "star wars" is shown correctly
=====
TEST THAT fxos.rocketbar.search-provider.2
WHEN I search "Dr. Who" using DuckDuckGo
THEN The search page of DuckDuckGo that searches "Dr. Who" is shown correctly
=====
TEST THAT fxos.rocketbar.launch
WHEN Tap the rocketbar
THEN The rocket bar search window opens
=====
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment