Go to file
被雨水过滤的空气-Rain a57c93d35b
feat: support e2e (#2624)
* chore: upgrade vitest to v0.34.3

* feat: setup NocoBase

* chore: preparing test env

* test: add a test of rigster

* refactor: rename test dir to testUtils

* chore: add tests

* chore: add ci for e2e

* chore: fix ci

* chore: avoid error in CI

* chore: add some utils for test

* chore: make more stable

* chore: should not close server in CI

* chore: add comments

* chore: change output dir

* fix: should use current branch to run tests

* chore: should request systemSettings by api in e2e

* chore: should build first in e2e CI

* chore: remove key

* chore: use execa to replace execSync

* refactor: extract test suite

* chore: add gotoPage

* chore: update uid of pageSchema

* chore: update collection name

* chore: use faker.js to generate data

* refactor: extract page config

* chore: ignore for association fields in faker

* chore: add testid

* chore: optimize action designer

* chore: associationFilter.Item designer

* chore: AssiciationFilter & BlockItem

* Revert "chore: AssiciationFilter & BlockItem"

This reverts commit b418df650e.

* Revert "chore: associationFilter.Item designer"

This reverts commit 7aa4d35c1a.

* Revert "chore: optimize action designer"

This reverts commit ff717b972f.

* chore: optimize Designer

* chore: compat with older browsers

* chore: use describe to avoid hooks is not run

* chore: add no-floating-promises to eslint rules

* chore: support argv

* chore: demo

* chore: better testId

* chore: change .e2e.ts to .test.ts

* fix(SchemaInitializer): avoid error

* refactor: move e2eUtils.ts to @nocobase/test

* fix: move e2eUtils to client

* chore: remove uselesscode

* refactor: add .env.e2e.example

* chore: optimize log

* refactor: use mockPage to replace gotoPage

* chore: update env.e2e

* chore: add APP_BASE_URL

* chore: gitigore

* test: add test related of menu

* chore: add SOCKET_PATH in env

* fix(vscode): load env when using vscode plugin
2023-09-27 20:00:17 +08:00
.dumi/theme/slots refactor: build tools (#2374) 2023-09-03 10:59:33 +08:00
.github feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
.vscode feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
docker feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
docs feat: update docs 2023-09-22 21:53:33 +08:00
examples feat: application supervisor (#2353) 2023-08-24 17:47:45 +08:00
packages feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
scripts feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
storage feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
.dockerignore chore: dockerignore 2023-08-02 13:45:52 +08:00
.dumirc.ts chore(versions): 😊 publish v0.14.0-alpha.1 2023-09-12 22:42:43 +08:00
.editorconfig Feat: client base entry of plugin workflow (#225) 2022-03-27 15:51:48 +08:00
.env.e2e.example feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
.env.example feat(database): support ssl config of database (#2620) 2023-09-11 10:55:47 +08:00
.env.test.example feat(auth): support signing in with username (#2376) 2023-08-19 22:02:26 +08:00
.eslintignore feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
.eslintrc feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
.gitignore feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
.gitpod.yml chore: gitpod yml 2023-02-15 14:47:02 +00:00
.prettierignore feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
.prettierrc refactor: code splitting of the table component (#121) 2021-12-02 22:56:16 +08:00
CHANGELOG.md chore: update changelog 2023-09-12 22:44:28 +08:00
commitlint.config.js fix: eslint (#1759) 2023-04-25 13:12:14 +08:00
deploy-docs-cn.sh feat: update docs 2023-06-20 18:05:06 +08:00
deploy-docs.sh feat: update docs 2023-06-20 18:05:06 +08:00
docker-compose.yml feat: database view collection (#1587) 2023-04-01 21:56:01 +08:00
Dockerfile feat: new plugin manager, supports adding plugins through UI (#2430) 2023-09-12 22:39:23 +08:00
jest.config.js fix: improve build (#2643) 2023-09-15 08:51:20 +08:00
jest.setup.ts feat(auth): support custom authentication (#2007) 2023-06-07 23:46:42 +08:00
jest.setupAfterEnv.ts test: should load the .env.test (#1678) 2023-04-10 08:48:26 +08:00
lerna.json chore(versions): 😊 publish v0.14.0-alpha.6 2023-09-22 15:49:50 +08:00
LICENSE-AGPL feat: change license (#1350) 2023-01-11 11:58:47 +08:00
LICENSE-APACHE-2.0 feat: change license (#1350) 2023-01-11 11:58:47 +08:00
package.json feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
playwright.config.ts feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
README.md feat: update readme.md 2023-09-15 09:22:19 +08:00
README.tr-TR.md feat: update readme.md 2023-09-15 09:22:19 +08:00
README.zh-CN.md feat: update readme.md 2023-09-15 09:22:19 +08:00
release.sh chore(versions): 😊 publish v0.14.0-alpha.3 2023-09-13 18:29:38 +08:00
testUtils.ts refactor(client)!: upgrade antd to v5 (#2078) 2023-07-08 08:26:27 +08:00
tsconfig.jest.json feat: build, cli, devtools, sdk, docs... 2022-05-19 00:40:55 +08:00
tsconfig.json feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
tsconfig.server.json feat: build, cli, devtools, sdk, docs... 2022-05-19 00:40:55 +08:00
vitest.config.ts feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00
yarn.lock feat: support e2e (#2624) 2023-09-27 20:00:17 +08:00

English | 中文 | Türkçe

Note: 📌

NocoBase is in early stage of development and is subject to frequent changes, please use caution in production environments.

Recent major updates

We are hiring

We are looking for full-time, remote product design and development colleagues to join the team. If you have a strong interest in NocoBase, please feel free to email us at hello@nocobase.com.

What is NocoBase

NocoBase is a scalability-first, open-source no-code development platform. No programming required, build your own collaboration platform, management system with NocoBase in hours.

Homepage:
https://www.nocobase.com/

Online Demo:
https://demo.nocobase.com/new

Documents:
https://docs.nocobase.com/

Contact Us:
hello@nocobase.com

Who is NocoBase for

NocoBase is designed for you if you have the following needs.

  • Develop an internal management system
  • Meet most of your business needs with no-code development
  • No-code development is simple enough for non-developers; flexible enough to be close to native development
  • Can be very easy to extend
  • Private deployment with full control of code and data
  • Free to use or pay for more technical support

Why NocoBase is different

1. Separate "data structure" and "user interface"

Most form-, table-, or process-driven codeless products create data structures directly in the user interface, such as Airtable, where adding a new column to a table is adding a new field. This has the advantage of simplicity of use, but the disadvantage of limited functionality and flexibility to meet the needs of more complex scenarios.

NocoBase adopts the design idea of separating the data structure from the user interface, allowing you to create any number of blocks (data views) for the data collections, with different type, styles, content, and actions in each block. This takes into account the simplicity of codeless operation, but also the flexibility like native development.

2.collection-block.png

2. What you see is what you get

NocoBase enables the development of complex and distinctive business systems, but this does not mean that complex and specialized operations are required. With a single click, configuration options can be displayed on the usage interface, which means that administrators with system configuration rights can configure the user interface directly with WYSIWYG operations.

2.user-root.gif

3. Everything is a plugin

NocoBase adopts plugin architecture, all new features can be implemented by developing and installing plugins. In the future, we will build a plug-in marketplace where extending functionality is as easy as installing an APP on your phone.

Click to view the full image

Business Services

If you need commercial version and commercial services, please feel free to contact us by email: hello@nocobase.com

Also by WeChat

Installation

NocoBase supports three installation methods:

  • Installing With Docker (👍Recommended)

    Suitable for no-code scenarios, no code to write. When upgrading, just download the latest image and reboot.

  • Installing from create-nocobase-app CLI

    The business code of the project is completely independent and supports low-code development.

  • Installing from Git source code

    If you want to experience the latest unreleased version, or want to participate in the contribution, you need to make changes and debug on the source code, it is recommended to choose this installation method, which requires a high level of development skills, and if the code has been updated, you can git pull the latest code.

License