Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

210
Views
How to declare global variables in wdio.conf.js file and use into test files?? e.g UserName, Password, DOB, Contact etc

I want to use global variables declared in wdio.conf.js file into my test files. in below test I am using UserName, Password, PageTile. I want to use them via wdio.conf.js file globaly??

describe('My Store|Automationpractice.com', () => {

it('should go to url and login with valid credentials', async () => {

   
    await LoginPage.open();
    await expect(browser).toHaveTitle('My Store');
    await LoginPage.signInbtn.click();
    await expect(browser).toHaveTitle('Login - My Store');
    await LoginPage.login('UserName','Password');
    await expect(browser).toHaveTitle('My account - My Store');
    await browser.pause(5000);
});
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!