mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-30 18:39:51 +02:00
4196 integration tests with cypress (#4206)
* - update gitignore - add cypress configuration and example test * add integration tests to ci workflow * add note about running integration tests * Update docs/general/contributing.md Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * Update .gitignore Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * Update cypress.json Co-authored-by: Tim Buckley <timothypbuckley@gmail.com> * add baseUrl, remove goTo command Co-authored-by: Tim Buckley <timothypbuckley@gmail.com>
This commit is contained in:
committed by
GitHub
parent
1fe6d0cef1
commit
4181107e56
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@@ -12,6 +12,7 @@ jobs:
|
||||
matrix:
|
||||
command:
|
||||
- 'test'
|
||||
- 'test:integration'
|
||||
- 'lint:eslint'
|
||||
- 'lint:prettier'
|
||||
- 'lint:typescript'
|
||||
@@ -25,6 +26,6 @@ jobs:
|
||||
node-version: 12
|
||||
|
||||
- name: Run ${{ matrix.command }}
|
||||
run: yarn && yarn build:rollup && yarn ${{ matrix.command }}
|
||||
run: yarn && yarn build && yarn ${{ matrix.command }}
|
||||
env:
|
||||
CI: true
|
||||
|
Reference in New Issue
Block a user