Skip to content
This repository was archived by the owner on Mar 29, 2025. It is now read-only.

Commit c874615

Browse files
committed
Starting point for the 'Serenity/JS and Test Runners' tutorial
1 parent be64a8e commit c874615

3 files changed

Lines changed: 9 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Hello, Serenity/JS!
1+
# Serenity/JS and Test Runners
22

3-
[![Build Status](https://github.com/serenity-js/tutorial-hello-serenity-js/workflows/Build/badge.svg)](https://github.com/serenity-js/tutorial-hello-serenity-js/actions)
3+
[![Build Status](https://github.com/serenity-js/tutorial-test-runners/workflows/Build/badge.svg)](https://github.com/serenity-js/tutorial-test-runners/actions)
44
[![Chat on Gitter](https://badges.gitter.im/serenity-js/Lobby.svg)](https://gitter.im/serenity-js/Lobby)
55

66
[![Twitter Follow](https://img.shields.io/twitter/follow/SerenityJS?style=social)](https://twitter.com/@SerenityJS)
@@ -13,4 +13,6 @@ of modern full-stack applications faster, more collaborative and easier to scale
1313

1414
----
1515

16+
This repository contains code samples for the ["Serenity/JS and Test Runners"](https://serenity-js.org/handbook/thinking-in-serenity-js/test-runners.html) tutorial.
17+
1618
_- Copyright © 2016- [Jan Molak](https://janmolak.com) and the Serenity Team_

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
2-
"name": "tutorial-hello-serenity-js",
2+
"name": "tutorial-test-runners",
33
"version": "1.0.0",
4-
"description": "Hello, Serenity/JS!",
4+
"description": "Serenity/JS and test runners",
55
"main": "index.js",
66
"scripts": {
77
"test": "ts-node spec/hello-serenity.ts"
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "git+https://github.com/serenity-js/tutorial-hello-serenity-js.git"
11+
"url": "git+https://github.com/serenity-js/tutorial-test-runners.git"
1212
},
1313
"author": {
1414
"name": "Jan Molak",
@@ -17,7 +17,7 @@
1717
},
1818
"license": "Apache-2.0",
1919
"bugs": {
20-
"url": "https://github.com/serenity-js/tutorial-hello-serenity-js/issues"
20+
"url": "https://github.com/serenity-js/tutorial-test-runners/issues"
2121
},
2222
"homepage": "https://serenity-js.org",
2323
"devDependencies": {

0 commit comments

Comments
 (0)