Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

A plug-in for the Atom text editor which runs TestCafe tests (pre-installation required)

License

Notifications You must be signed in to change notification settings

naregderlevonian/testcafe-runner-atom-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TestCafe Runner for Atom

Testing package for Atom that allows to run TestCafe tests.

TestCafe is a node.js tool to automate end-to-end web testing.

Install

You can install via apm: apm install testcafe-runner-atom-plugin.

Or navigate to the install tab in Atom’s settings view, and search for testcafe-runner-atom-plugin.

Features

Quick and Easy Run

This extension allows to run TestCafe test quick and easy from Atom context menu, with hotkeys or atom commands panel. Step by step:

  • Add project folder to Atom (Important: project root directory will must contain a package.json and node_modules folder)

  • Highlight the line with the declaration of the test or fixture.

  • Choose one of the test launch options:

    • In the context menu: Run TestCafe (or cmd+ctrl+alt+t)
    • In the atom command panel: testcafe-runner-atom-plugin:runIt.

In the terminal panel will display TestCafe starting preferences and testing process with results (failed, passed, etc).

Specify TestCafe

You can use your startup settings and specify the hostname, ports or browsers list.

Also, you can run TestCafe in the live mode.

Commands

Command Action Default Keybind
testcafe-runner-atom-plugin:runIt Run test from highlighted line ctrl-alt-cmd-t
testcafe-runner-atom-plugin:restore Display log panel if closed. ––––––––––––

About

A plug-in for the Atom text editor which runs TestCafe tests (pre-installation required)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published