1

testjam.io

 1 year ago
source link: https://testjam.io/
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.

New Jam - testjam.io

testjam.io
New Jam
   Run Tests
Log In/Sign Up
Feature File
CucumberJS 8.x
# Gherkin feature file:
Feature: my feature
Scenario: my scenario
Given my step definition runs...
Step Definitions (javascript)
// Step definition file:
// load CucumberJS based on selected runtime version.
const { Given, When, Then } = require('@cucumber/cucumber');
// imported modules are automatically downloaded using browserify-cdn.
const assert = require('assert');
Given('my step definition runs...', function () {
// step definition code.
Test Results
Clear Logs

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK