Skip to content

Conversation

@thomashohn
Copy link
Contributor

Motivation/Description of the PR

Applicable helpers:

  • Playwright
  • Puppeteer
  • WebDriver
  • REST
  • FileHelper
  • Appium
  • TestCafe

Applicable plugins:

  • allure
  • autoDelay
  • autoLogin
  • customLocator
  • pauseOnFail
  • coverage
  • retryFailedStep
  • screenshotOnFail
  • selenoid
  • stepByStepReport
  • stepTimeout
  • wdio
  • subtitles

Type of change

  • 🔥 Breaking changes
  • 🚀 New functionality
  • 🐛 Bug fix
  • 🧹 Chore
  • 📋 Documentation changes/updates
  • ♨️ Hot fix
  • 🔨 Markdown files fix - not related to source code
  • 💅 Polish code

Checklist:

  • Tests have been added
  • Documentation has been added (Run npm run docs)
  • Lint checking (Run npm run lint)
  • Local tests are passed (Run npm test)

package.json Outdated
"repository": "Codeception/codeceptjs",
"scripts": {
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
"json-server": "npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess we don't need npx here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The old command does not work - if you have a working one - please provide me with it

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah - see it - will fix

@thomashohn
Copy link
Contributor Author

@kobenguyent Any clue why the Acceptance Tests using docker compose / build (20.x) (pull_request) are failing ?

@thomashohn thomashohn closed this by deleting the head repository Nov 15, 2024
@kobenguyent
Copy link
Collaborator

@kobenguyent Any clue why the Acceptance Tests using docker compose / build (20.x) (pull_request) are failing ?

I'm thinking of another alternative to this.

@thomashohn
Copy link
Contributor Author

Found the error - new PR coming up

@thomashohn thomashohn mentioned this pull request Nov 15, 2024
32 tasks
@kobenguyent
Copy link
Collaborator

Found the error - new PR coming up

As you're looking into this. May you think this alternative is better as we are running tests inside containers https://testcontainers.com/?language=nodejs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bump json-server from 0.10.1 to 0.17.4

3 participants