SkillAgentSearch skills...

CodeceptJSDockerExamples

Examples of using Docker alongside CodeceptJS

Install / Use

/learn @dominicfraser/CodeceptJSDockerExamples
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

This is a repository of examples of using CodeceptJS in a Docker environment. Each directory aims to give a simple example of a different Docker setup, and should contain all the files needed to clone it and make it run.

Contents:

Linting:

For linting eslint-config-skyscanner has been used, along with prettier. This is not included in each directory, if you wish to add it duplicate the .eslintrc and .prettierrc and run:

(
    export PKG=eslint-config-skyscanner;
    npm info "$PKG@latest" peerDependencies --json | command sed 's/[\{\},]//g ; s/: /@/g' | xargs npm install --save-dev
    "$PKG@latest"
)

to setup eslint, and then the following to integrate prettier:

npm install -D eslint-config-prettier eslint-plugin-prettier prettier
View on GitHub
GitHub Stars41
CategoryDevelopment
Updated2y ago
Forks21

Languages

JavaScript

Security Score

60/100

Audited on Oct 6, 2023

No findings