Skip to content

Commit

Permalink
Merge pull request #1 from qase-tms/test
Browse files Browse the repository at this point in the history
edited SUMMARY.md
  • Loading branch information
manju-at-qase authored Oct 4, 2024
2 parents 1889bd9 + a2dea4f commit c3f3257
Show file tree
Hide file tree
Showing 14 changed files with 28 additions and 12 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# mdBook
book

# MacOS
.DS_Store
24 changes: 12 additions & 12 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
# Summary

# Introduction
- [Qase API]()
- [Qase API](./intro/qase-api.md)

# Javascript Reporters
- [Playwright](./playwright.md)
- [Cypress]()
- [Mocha]()
- [WebdriverIO]()
- [Newman]()
- [Jest]()
- [CucumberJS]()
- [TestCafe]()
- [Playwright](./js/playwright.md)
- [Cypress](./js/cypress.md)
- [Mocha](./js/mocha.md)
- [WebdriverIO](./js/wdio.md)
- [Newman](./js/newman.md)
- [Jest](./js/jest.md)
- [CucumberJS](./js/cucumberjs.md)
- [TestCafe](./js/testcafe.md)


# Python Reporters
- [Pytest]()
- [Robotframework]()
- [Pytest](./py/pytest.md)
- [Robotframework](./py/robot.md)

# Java Reporters
- [Cucumber]()
- [Junit]()
- [TestNG]()
- [TestNG](./java/testng.md)

1 change: 1 addition & 0 deletions src/intro/qase-api.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Qase API
1 change: 1 addition & 0 deletions src/java/testng.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TestNG
1 change: 1 addition & 0 deletions src/js/cucumberjs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# CucumberJS
1 change: 1 addition & 0 deletions src/js/cypress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Cypress
1 change: 1 addition & 0 deletions src/js/jest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Jest
1 change: 1 addition & 0 deletions src/js/mocha.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Mocha
1 change: 1 addition & 0 deletions src/js/newman.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Newman
File renamed without changes.
1 change: 1 addition & 0 deletions src/js/testcafe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# TestCafe
1 change: 1 addition & 0 deletions src/js/wdio.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# WebdriverIO
1 change: 1 addition & 0 deletions src/py/pytest.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Pytest
1 change: 1 addition & 0 deletions src/py/robot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Robotframework

0 comments on commit c3f3257

Please sign in to comment.