Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test implementation message UI 1786 #11

Closed
wants to merge 8 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
readme update across test framework
  • Loading branch information
anton-pub committed Mar 22, 2023
commit b4f2edfd0d910282a548d3de7135c04cd891f993
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# js-chat
PubNub JavaScript Chat SDK


## Contract tests. Integration level.

This repository contains contract integration tests for JS-Chat SDK.

### Setup

1. Clone the repository `git clone`
####
2. Install dependencies with: `yarn`
####

### Running Tests

Run test with `yarn test`

### Tests structure

Contract integration tests are stored in core library of JS Chat SDK repository. Every feature has dedicated file:

`lib/tests/**/*.test.ts`

All tests stored inside `**/*.test.ts` files

Tests are run against PubNub SDK infrastructure and verified JS Chat SDK proper behavior.