Logo
Explore Help
Register Sign In
External/signoz
1
0
Fork 0
You've already forked signoz
mirror of https://github.com/SigNoz/signoz.git synced 2025-12-18 16:07:10 +00:00
Code Issues Packages Projects Releases Wiki Activity
signoz/frontend/cypress/support/commands.ts

13 lines
265 B
TypeScript
Raw Normal View History

Fix(FE): Eslint Prettier are configured (#269) * fix(FE): eslint * chore: run eslint on frontend folder * chore: run eslint on src * chore: eslint fixing is updated * chore: linting errors are updated Co-authored-by: Nidhi Tandon <nidhitandon08@gmail.com>
2021-08-26 11:50:47 +05:30
import '@testing-library/cypress/add-commands';
Feature(FE): cypress base test case are updated (#275) * chore: video config is updated as it will not generate any video while running cypress * chore: cypress.env.json is added in the env file * chore: tsConfig is updated * feature: Cypress is updated with some of the test cases * chore: default test case is removed * chore: convertToNanoSecondsToSecond function is updated * chore: lock files, node_modules are ignored in git * test: metric are updated Co-authored-by: Ankit Nayan <ankit@signoz.io>
2021-08-27 12:21:24 +05:30
import Login, { LoginProps } from '../CustomFunctions/Login';
Cypress.Commands.add('login', Login);
declare global {
namespace Cypress {
interface Chainable<Subject> {
login(props: LoginProps): void;
}
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.6 Page: 1621ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API