Size: a a a

JavaScript testing

2020 November 22

AB

Alexei Barantsev 🗹... in JavaScript testing
не-не-не, надо ещё реализацию на CDP переписать всю
источник

AB

Alexei Barantsev 🗹... in JavaScript testing
то есть вот этот плагин оставить, а остальное всё выкинуть :)
источник

B

Bola in JavaScript testing
Alexei Barantsev 🗹
то есть вот этот плагин оставить, а остальное всё выкинуть :)
Бьёшь по больному)
источник
2020 November 23

E

Elizabeth in JavaScript testing
приветствую!
может, кто-то посоветовать, кто учил тестирвоание по курсу от Александра. Что делать, когда долго и нудно не получается установить пакеты через команду npm install
делала так
$ npm uninstall -g nativescript
$ npm cache clean —force
$ npm install -g nativescript@latest
потом почитала этот чат, нашла совет с sudo npm install --unsafe-perm -g
консоль поругалась, но показала, что 564 пакета все-таки стали
npm notice created a lockfile as package-lock.json. You should commit this file.
audited 564 packages in 2.47s

25 packages are looking for funding
 run npm fund for details

found 2 low severity vulnerabilities
 run npm audit fix to fix them, or npm audit for details

затем после npm audit я доставила
# Run  npm install mocha@8.2.1  to resolve 1 vulnerability
# Run  npm install @wdio/cli@6.9.1  to resolve 1 vulnerability

но в конце-концов, npm test все равно ругается и говорит ## There is an issue with node-fibers
бла-бла node_modules/fibers/bin/darwin-x64-83/fibers.node` is missing.

кто-то знает как решать? заранее спасибо, воть.
источник

A

Andrey in JavaScript testing
А какая версия ноды?
источник

E

Elizabeth in JavaScript testing
Andrey
А какая версия ноды?
v14.15.1 - обновила, до этого была 12 что-то.
думала, в этом причина
источник

A

Andrey in JavaScript testing
А перед обновлением папку node_modules полностью удалила?
источник

A

Andrey in JavaScript testing
Каждая версия ноды стави версии пакетов под себя, а там внутри могут быть не те файберы
источник

E

Elizabeth in JavaScript testing
Andrey
А перед обновлением папку node_modules полностью удалила?
удаляла package-lock.json file and node_modules folder. Потом чистила кеш npm cache clean
но происходила дважды одна и та же проблема:
источник

E

Elizabeth in JavaScript testing
😅
источник

P

Paul G in JavaScript testing
А это винда?
источник

OP

Oleksandr Pelykh in JavaScript testing
Elizabeth
приветствую!
может, кто-то посоветовать, кто учил тестирвоание по курсу от Александра. Что делать, когда долго и нудно не получается установить пакеты через команду npm install
делала так
$ npm uninstall -g nativescript
$ npm cache clean —force
$ npm install -g nativescript@latest
потом почитала этот чат, нашла совет с sudo npm install --unsafe-perm -g
консоль поругалась, но показала, что 564 пакета все-таки стали
npm notice created a lockfile as package-lock.json. You should commit this file.
audited 564 packages in 2.47s

25 packages are looking for funding
 run npm fund for details

found 2 low severity vulnerabilities
 run npm audit fix to fix them, or npm audit for details

затем после npm audit я доставила
# Run  npm install mocha@8.2.1  to resolve 1 vulnerability
# Run  npm install @wdio/cli@6.9.1  to resolve 1 vulnerability

но в конце-концов, npm test все равно ругается и говорит ## There is an issue with node-fibers
бла-бла node_modules/fibers/bin/darwin-x64-83/fibers.node` is missing.

кто-то знает как решать? заранее спасибо, воть.
скажу от себя, что не понятно )
давайте разбираться с самой первой ошибкой
не нужно пока чистить кеш и делать судо

на последнем скрине падает vs code, вряд ли это имеет отношение к npm (хотя хз)

так что предлагаю вернуться в самое начало. покажите ошибку и попробуем помочь
источник

NK

ID:0 in JavaScript testing
== Реклама ==

Job opportunity at Waverley Software! We are looking for a Senior QA Automation for our client’s product. It is a payment gateway that makes payments for all kinds of businesses. The project will fit you great if you are a critical thinker, an innovator, creative, have good problem-solving skills, and really like working in a group and collaborate with cross-functional teams to get things done.

Responsibilities:
Work with product owners, software engineers, customer support, and account management stakeholders to understand product requirements and user pain points to assemble a set of test cases
Automate the testing of your product, differentiating between smoke, sanity, and regression tests
Perform manual / automated exploratory testing on new and higher-risk items
Manage and triage reported defects
Assess customer support ticket data to identify opportunities for improvement in product quality and user happiness
Continuously improve our testing infrastructure to ensure its reliability and scalability

Requirements:
5+ years of experience in Quality Assurance
Have any experience in test automation using Cypress
Good level of understanding of the software development life cycle and agile QA methodologies
Hands-on experience in test automation and scripting languages using selenium
Working knowledge of QA automation best practices using BDD frameworks such as Cucumber and Gherkin
Good level of understanding of QA process, Test planning, Test case generation and Defect management(JIRA)
A solid understanding of how REST APIs and the Browser DOM work, and the ability to debug errors using tools such as Postman 
Upper-intermediate level of English

Nice to have:

API automation experience
Educational background in computer science, engineering, or business
Link : https://waverleysoftware.com/open-positions/senior-qa-automation-engineer-3/
источник

DK

Dmytro Kryshtopenko in JavaScript testing
Всем привет.
Посоветуйте альтернативы browserstack под Cypress.
thanks in advance.
источник

DK

Dmitriy Kovalenko in JavaScript testing
Dmytro Kryshtopenko
Всем привет.
Посоветуйте альтернативы browserstack под Cypress.
thanks in advance.
Docker
источник

OS

Oleksandr Shevtsov in JavaScript testing
Dmytro Kryshtopenko
Всем привет.
Посоветуйте альтернативы browserstack под Cypress.
thanks in advance.
У Saucelabs вроде тоже плагин под сайпрес видел.
источник

N

Nazar in JavaScript testing
Всем привет, кто-то использовал Cucumber с JS?
источник

N

Nazar in JavaScript testing
Если да то подскажите, как можно запускать тестовые сценарии в паралели?
источник

E

Elizabeth in JavaScript testing
Paul G
А это винда?
mac
источник

NK

ID:0 in JavaScript testing
Вышел выпуск подкаста Фронтенд Юность с @dmtr_kovalenko

- Зачем нужен Cypress
- Cypress vs CodeceptJS
- Material-UI
- Лучшие доклады с предстоящей
@HolyJSconf
- Чем хорош и плох ReasonML

Выпуск уже на всех подкаст-платформах

https://t.me/frontend_u_news/187
источник